mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
Fixed typo
This commit is contained in:
parent
ab25301953
commit
8ead33fc3b
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ class xep_0030(base.base_plugin):
|
|||
def add_identity(self, category='', itype='', name='', node=''):
|
||||
self.add_node(node)
|
||||
self.nodes[node].addIdentity(category=category,
|
||||
id_type=itype,
|
||||
itype=itype,
|
||||
name=name)
|
||||
|
||||
def add_item(self, jid=None, name='', node='', subnode=''):
|
||||
|
|
Loading…
Reference in a new issue