diff options
author | Lance Stout <lancestout@gmail.com> | 2011-03-18 15:51:44 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-03-18 15:51:44 -0400 |
commit | f2c99798a6cf0dafe10fd547b036ecbb7a32569b (patch) | |
tree | 8a5d8192e3e0ed06cdb124a15daad5039a62e479 /sleekxmpp/plugins/xep_0092 | |
parent | d5b3a5282763e4f74816ff392bd8cd47dd9f7a95 (diff) | |
parent | 996ca52471931ccb3ac5a0f661e52fdc400db64b (diff) | |
download | slixmpp-f2c99798a6cf0dafe10fd547b036ecbb7a32569b.tar.gz slixmpp-f2c99798a6cf0dafe10fd547b036ecbb7a32569b.tar.bz2 slixmpp-f2c99798a6cf0dafe10fd547b036ecbb7a32569b.tar.xz slixmpp-f2c99798a6cf0dafe10fd547b036ecbb7a32569b.zip |
Merge branch 'develop' into stream_features
Diffstat (limited to 'sleekxmpp/plugins/xep_0092')
-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 fb3671e4..46bb27f7 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/software_version'), + StanzaPath('iq@=get/software_version'), self._handle_version)) register_stanza_plugin(Iq, Version) |