Update XEP-0319 plugin to track namespace change.

This commit is contained in:
Lance Stout
2013-09-27 00:37:02 -07:00
parent be874e3c70
commit 65e3122f52
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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'])