Move connection fulljid function

This commit is contained in:
James Booth
2016-05-06 01:12:54 +01:00
parent cc485ed338
commit d1c71e98f4
16 changed files with 31 additions and 31 deletions

View File

@@ -276,7 +276,7 @@ _bookmark_result_id_handler(xmpp_stanza_t *const stanza, void *const userdata)
if (bookmark_ac == NULL) {
bookmark_ac = autocomplete_new();
}
my_jid = jid_create(session_get_fulljid());
my_jid = jid_create(connection_get_fulljid());
ptr = xmpp_stanza_get_children(ptr);
while (ptr) {