Skip to content

Instantly share code, notes, and snippets.

@manno
Last active December 28, 2015 12:29
Show Gist options
  • Save manno/7500776 to your computer and use it in GitHub Desktop.
Save manno/7500776 to your computer and use it in GitHub Desktop.
jabber.ccc.de + poezio roster versioning hotfix
diff --git a/sleekxmpp/clientxmpp.py b/sleekxmpp/clientxmpp.py
index 6bcb36b..5d00483 100644
--- a/sleekxmpp/clientxmpp.py
+++ b/sleekxmpp/clientxmpp.py
@@ -240,8 +240,6 @@ class ClientXMPP(BaseXMPP):
iq = self.Iq()
iq['type'] = 'get'
iq.enable('roster')
- if 'rosterver' in self.features:
- iq['roster']['ver'] = self.client_roster.version
if not block or callback is not None:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment