From b177250f47f5599943b6772aed43de49834147e2 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 8 Mar 2014 21:20:26 +0000 Subject: Refactored muc_room_is_active to only take room, rather than full jid --- src/xmpp/stanza.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xmpp/stanza.c') diff --git a/src/xmpp/stanza.c b/src/xmpp/stanza.c index 965b1671..65c329a5 100644 --- a/src/xmpp/stanza.c +++ b/src/xmpp/stanza.c @@ -597,7 +597,7 @@ stanza_is_muc_self_presence(xmpp_stanza_t * const stanza, char *from = xmpp_stanza_get_attribute(stanza, STANZA_ATTR_FROM); if (from != NULL) { Jid *jidp = jid_create(from); - if (muc_room_is_active(jidp)) { + if (muc_room_is_active(jidp->barejid)) { char *nick = muc_get_room_nick(jidp->barejid); if (g_strcmp0(jidp->resourcepart, nick) == 0) { return TRUE; -- cgit 1.4.1-2-gfad0