bugfix: send the iq when we update a user instead of just creating it :)
This commit is contained in:
parent
fc9c583c7a
commit
c45cadfe0c
1 changed files with 1 additions and 0 deletions
|
@ -612,6 +612,7 @@ class Client(Connection):
|
||||||
if groups != None:
|
if groups != None:
|
||||||
for group in groups:
|
for group in groups:
|
||||||
item.insertTag('group').insertData(group)
|
item.insertTag('group').insertData(group)
|
||||||
|
self.send(iq)
|
||||||
|
|
||||||
|
|
||||||
def removeRosterItem(self,jid):
|
def removeRosterItem(self,jid):
|
||||||
|
|
Loading…
Add table
Reference in a new issue