Fix namespace for Nick stanza.

This commit is contained in:
Lance Stout 2011-01-19 16:47:18 -05:00
parent f1db2fc156
commit d3b1f8c476

View file

@ -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',))