mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Fix namespace for Nick stanza.
This commit is contained in:
parent
f1db2fc156
commit
d3b1f8c476
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class Nick(ElementBase):
|
||||||
del_nick -- Remove the <nick> element.
|
del_nick -- Remove the <nick> element.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
namespace = 'http://jabber.org/nick/nick'
|
namespace = 'http://jabber.org/protocol/nick'
|
||||||
name = 'nick'
|
name = 'nick'
|
||||||
plugin_attrib = name
|
plugin_attrib = name
|
||||||
interfaces = set(('nick',))
|
interfaces = set(('nick',))
|
||||||
|
|
Loading…
Reference in a new issue