This commit is contained in:
Lance Stout 2011-11-14 11:20:53 -08:00
parent 43c4d23896
commit 5a6a65fd9f

View file

@ -215,7 +215,7 @@ class ClientXMPP(BaseXMPP):
Will be executed when the roster is received.
Implies block=False.
"""
return self.client_roster.updtae(jid, name, subscription, groups,
return self.client_roster.update(jid, name, subscription, groups,
block, timeout, callback)
def del_roster_item(self, jid):