This commit is contained in:
Lance Stout 2011-08-30 09:24:46 -07:00
parent 63e0496c30
commit 2ce617b2ce

View file

@ -325,7 +325,7 @@ class xep_0060(base_plugin):
""" """
return self.xmpp.plugin['xep_0030'].get_items(*args, **kwargs) return self.xmpp.plugin['xep_0030'].get_items(*args, **kwargs)
def get_item(self, jid, node, item_id, ifrom=None, blockTrue, def get_item(self, jid, node, item_id, ifrom=None, block=True,
callback=None, timeout=None): callback=None, timeout=None):
""" """
Retrieve the content of an individual item. Retrieve the content of an individual item.