diff options
author | Lance Stout <lancestout@gmail.com> | 2013-09-27 00:37:02 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2013-09-27 00:37:02 -0700 |
commit | 65e3122f52cbc5e4c908d9527b1604cdf9ed6729 (patch) | |
tree | 28369f54c3574601d9b2ad9a487f13e39bbf0da0 /sleekxmpp/plugins/xep_0319/stanza.py | |
parent | be874e3c70b16a7f5fc42e7ac79f6259e9327238 (diff) | |
download | slixmpp-65e3122f52cbc5e4c908d9527b1604cdf9ed6729.tar.gz slixmpp-65e3122f52cbc5e4c908d9527b1604cdf9ed6729.tar.bz2 slixmpp-65e3122f52cbc5e4c908d9527b1604cdf9ed6729.tar.xz slixmpp-65e3122f52cbc5e4c908d9527b1604cdf9ed6729.zip |
Update XEP-0319 plugin to track namespace change.
Diffstat (limited to 'sleekxmpp/plugins/xep_0319/stanza.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0319/stanza.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0319/stanza.py b/sleekxmpp/plugins/xep_0319/stanza.py index a0bb7272..abfb4f41 100644 --- a/sleekxmpp/plugins/xep_0319/stanza.py +++ b/sleekxmpp/plugins/xep_0319/stanza.py @@ -14,7 +14,7 @@ from sleekxmpp.plugins import xep_0082 class Idle(ElementBase): name = 'idle' - namespace = 'urn:xmpp:idle:0' + namespace = 'urn:xmpp:idle:1' plugin_attrib = 'idle' interfaces = set(['since']) |