xep_0196: Use correct tag local name (thanks ivucica)
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
355d789061
commit
c3fbc6cb80
1 changed files with 1 additions and 2 deletions
|
@ -11,10 +11,9 @@ from slixmpp.xmlstream import ElementBase, ET
|
||||||
|
|
||||||
class UserGaming(ElementBase):
|
class UserGaming(ElementBase):
|
||||||
|
|
||||||
name = 'gaming'
|
name = 'game'
|
||||||
namespace = 'urn:xmpp:gaming:0'
|
namespace = 'urn:xmpp:gaming:0'
|
||||||
plugin_attrib = 'gaming'
|
plugin_attrib = 'gaming'
|
||||||
interfaces = {'character_name', 'character_profile', 'name',
|
interfaces = {'character_name', 'character_profile', 'name',
|
||||||
'level', 'server_address', 'server_name', 'uri'}
|
'level', 'server_address', 'server_name', 'uri'}
|
||||||
sub_interfaces = interfaces
|
sub_interfaces = interfaces
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue