Skip to content
Snippets Groups Projects
Commit c45cadfe authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

bugfix: send the iq when we update a user instead of just creating it :)

parent fc9c583c
No related branches found
No related tags found
No related merge requests found
......@@ -612,6 +612,7 @@ def updateRosterItem(self, jid, name=None, groups=None):
if groups != None:
for group in groups:
item.insertTag('group').insertData(group)
self.send(iq)
def removeRosterItem(self,jid):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment