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

This commit is contained in:
Yann Leboulanger 2005-04-25 12:18:41 +00:00
parent fc9c583c7a
commit c45cadfe0c
1 changed files with 1 additions and 0 deletions

View File

@ -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):