summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0258/security_labels.py
diff options
context:
space:
mode:
Diffstat (limited to 'sleekxmpp/plugins/xep_0258/security_labels.py')
-rw-r--r--sleekxmpp/plugins/xep_0258/security_labels.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0258/security_labels.py b/sleekxmpp/plugins/xep_0258/security_labels.py
index 27be6de1..e0426f32 100644
--- a/sleekxmpp/plugins/xep_0258/security_labels.py
+++ b/sleekxmpp/plugins/xep_0258/security_labels.py
@@ -30,7 +30,7 @@ class XEP_0258(BasePlugin):
register_stanza_plugin(Message, SecurityLabel)
register_stanza_plugin(Iq, Catalog)
- def get_catalog(self, jid, ifrom=None, block=True,
+ def get_catalog(self, jid, ifrom=None, block=True,
callback=None, timeout=None):
iq = self.xmpp.Iq()
iq['to'] = jid