From db15494e2289bcf6c07a4b4e71e0a3791569236d Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 19 Nov 2012 21:25:00 +0000 Subject: Fixed workaround for old server self room presence check --- src/stanza.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stanza.c') diff --git a/src/stanza.c b/src/stanza.c index cbd1ae0d..ba3e0b16 100644 --- a/src/stanza.c +++ b/src/stanza.c @@ -278,6 +278,7 @@ stanza_is_muc_self_presence(xmpp_stanza_t * const stanza, } // for older server that don't send status 110 + x_children = xmpp_stanza_get_children(x); while (x_children != NULL) { if (strcmp(xmpp_stanza_get_name(x_children), STANZA_NAME_ITEM) == 0) { char *jid = xmpp_stanza_get_attribute(x_children, STANZA_ATTR_JID); -- cgit 1.4.1-2-gfad0