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/iq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xmpp/iq.c') diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c index 7c8a61c4..fee1c661 100644 --- a/src/xmpp/iq.c +++ b/src/xmpp/iq.c @@ -247,7 +247,7 @@ _version_result_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza, PContact contact; Jid *jidp = jid_create(jid); - if (muc_room_is_active(jidp)) { + if (muc_room_is_active(jidp->barejid)) { contact = muc_get_participant(jidp->barejid, jidp->resourcepart); } else { contact = roster_get_contact(jidp->barejid); -- cgit 1.4.1-2-gfad0