diff options
author | Lance Stout <lancestout@gmail.com> | 2011-03-18 17:36:35 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-03-18 17:36:35 -0400 |
commit | b048f8d733dd7121d820fa196b5de5c9a77adae2 (patch) | |
tree | cbd1c1e0bccbd1a48cd21f1a90c82781f61294c6 /sleekxmpp/plugins/xep_0092/version.py | |
parent | f65f88325b8d76a9b44a7cb4006a0a62d061e7ef (diff) | |
parent | dbf6780345bb202d4a0a49034fbfc4535e844170 (diff) | |
download | slixmpp-b048f8d733dd7121d820fa196b5de5c9a77adae2.tar.gz slixmpp-b048f8d733dd7121d820fa196b5de5c9a77adae2.tar.bz2 slixmpp-b048f8d733dd7121d820fa196b5de5c9a77adae2.tar.xz slixmpp-b048f8d733dd7121d820fa196b5de5c9a77adae2.zip |
Merge branch 'develop' into roster
Diffstat (limited to 'sleekxmpp/plugins/xep_0092/version.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0092/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0092/version.py b/sleekxmpp/plugins/xep_0092/version.py index 46bb27f7..1ca6c15e 100644 --- a/sleekxmpp/plugins/xep_0092/version.py +++ b/sleekxmpp/plugins/xep_0092/version.py @@ -42,7 +42,7 @@ class xep_0092(base_plugin): self.xmpp.register_handler( Callback('Software Version', - StanzaPath('iq@=get/software_version'), + StanzaPath('iq@type=get/software_version'), self._handle_version)) register_stanza_plugin(Iq, Version) |