mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Fix error in stanza handler registration in XEP-0092.
This commit is contained in:
parent
996ca52471
commit
450c313340
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class xep_0092(base_plugin):
|
||||||
|
|
||||||
self.xmpp.register_handler(
|
self.xmpp.register_handler(
|
||||||
Callback('Software Version',
|
Callback('Software Version',
|
||||||
StanzaPath('iq@=get/software_version'),
|
StanzaPath('iq@type=get/software_version'),
|
||||||
self._handle_version))
|
self._handle_version))
|
||||||
|
|
||||||
register_stanza_plugin(Iq, Version)
|
register_stanza_plugin(Iq, Version)
|
||||||
|
|
Loading…
Reference in a new issue