summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0092/version.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-03-18 17:39:43 -0400
committerLance Stout <lancestout@gmail.com>2011-03-18 17:39:43 -0400
commit566ec8a5f90b8d38d53e3c98212e5a3c6cec6206 (patch)
tree7794badfafde3962acd4e4bc7161c733d829ada5 /sleekxmpp/plugins/xep_0092/version.py
parentdca8516cec2d2802930491ea886cd98f81727cbb (diff)
parentdbf6780345bb202d4a0a49034fbfc4535e844170 (diff)
downloadslixmpp-566ec8a5f90b8d38d53e3c98212e5a3c6cec6206.tar.gz
slixmpp-566ec8a5f90b8d38d53e3c98212e5a3c6cec6206.tar.bz2
slixmpp-566ec8a5f90b8d38d53e3c98212e5a3c6cec6206.tar.xz
slixmpp-566ec8a5f90b8d38d53e3c98212e5a3c6cec6206.zip
Merge branch 'develop' into stream_features
Conflicts: sleekxmpp/xmlstream/stanzabase.py
Diffstat (limited to 'sleekxmpp/plugins/xep_0092/version.py')
-rw-r--r--sleekxmpp/plugins/xep_0092/version.py2
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)