From 676bda828125e26b128eda52d80b78e8cba10c3c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 7 Jul 2009 19:17:28 +0200 Subject: [PATCH] get_full_jid_from_iq is in helpers. Fixes #5146 --- src/common/connection_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index bea0e94b0..58850cf26 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -1778,7 +1778,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco, def _rosterItemExchangeCB(self, con, msg): ''' XEP-0144 Roster Item Echange ''' exchange_items_list = {} - jid_from = gajim.get_full_jid_from_iq(msg) + jid_from = helpers.get_full_jid_from_iq(msg) items_list = msg.getTag('x').getChildren() action = items_list[0].getAttr('action') if action == None: