bugfix: send the iq when we update a user instead of just creating it :)
This commit is contained in:
parent
fc9c583c7a
commit
c45cadfe0c
|
@ -612,6 +612,7 @@ class Client(Connection):
|
|||
if groups != None:
|
||||
for group in groups:
|
||||
item.insertTag('group').insertData(group)
|
||||
self.send(iq)
|
||||
|
||||
|
||||
def removeRosterItem(self,jid):
|
||||
|
|
Loading…
Reference in New Issue