Set auth properties on XMPPClient

This commit is contained in:
James Booth
2015-05-15 00:58:34 +01:00
parent 62ba2f7ae5
commit 34aca16d4a
7 changed files with 49 additions and 10 deletions

View File

@@ -59,7 +59,7 @@ end_element(void *data, const char *element)
depth--;
if (stanza_get_child_by_ns(curr_stanza, "jabber:iq:auth")) {
auth_cb(xmppclient);
auth_cb(curr_stanza, xmppclient);
}
if (depth > 0) {