This commit is contained in:
Nikos Kouremenos 2005-11-03 20:41:35 +00:00
parent 97ed14b16b
commit de7f987211
1 changed files with 1 additions and 1 deletions

View File

@ -1085,7 +1085,7 @@ class Connection:
def _rosterSetCB(self, con, iq_obj):
gajim.log.debug('rosterSetCB')
for item in iq_obj.getTag('query').getChildren():
jid = helprs.parse_jid(item.getAttr('jid'))
jid = helpers.parse_jid(item.getAttr('jid'))
name = item.getAttr('name')
sub = item.getAttr('subscription')
ask = item.getAttr('ask')