diff options
author | Lance Stout <lancestout@gmail.com> | 2011-03-18 17:39:43 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-03-18 17:39:43 -0400 |
commit | 566ec8a5f90b8d38d53e3c98212e5a3c6cec6206 (patch) | |
tree | 7794badfafde3962acd4e4bc7161c733d829ada5 /sleekxmpp/plugins | |
parent | dca8516cec2d2802930491ea886cd98f81727cbb (diff) | |
parent | dbf6780345bb202d4a0a49034fbfc4535e844170 (diff) | |
download | slixmpp-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')
-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) |