Fixed typo

This commit is contained in:
Lance Stout 2010-11-18 16:23:18 -05:00
parent ab25301953
commit 8ead33fc3b

View file

@ -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=''):