fix a jabberpy pb, no need to wait the answer when we sned contact's information
This commit is contained in:
parent
cad9de3bcb
commit
20ad41d40b
|
@ -612,7 +612,6 @@ 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)
|
||||||
dummy = self.SendAndWaitForResponse(iq) # Do we need to wait??
|
|
||||||
|
|
||||||
|
|
||||||
def removeRosterItem(self,jid):
|
def removeRosterItem(self,jid):
|
||||||
|
|
Loading…
Reference in New Issue