diff options
Diffstat (limited to 'sleekxmpp')
-rw-r--r-- | sleekxmpp/clientxmpp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/clientxmpp.py b/sleekxmpp/clientxmpp.py index 191f9e91..fb3551f2 100644 --- a/sleekxmpp/clientxmpp.py +++ b/sleekxmpp/clientxmpp.py @@ -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): |