summaryrefslogtreecommitdiff
path: root/poezio/core/handlers.py
diff options
context:
space:
mode:
authorMaxime Buquet <pep@bouah.net>2018-12-16 17:59:59 +0100
committerMaxime Buquet <pep@bouah.net>2018-12-16 17:59:59 +0100
commit8a23706b72a0f19405581e20c132fb442a960250 (patch)
tree6c8cc5297ed16f5f348825b85f9e7d6ac504ed00 /poezio/core/handlers.py
parentc3e9130d7d8bb290118b95deba2b7168c0dc8647 (diff)
parent9b25abf9fbe8781dffa054d6483725c13df74a16 (diff)
downloadpoezio-8a23706b72a0f19405581e20c132fb442a960250.tar.gz
poezio-8a23706b72a0f19405581e20c132fb442a960250.tar.bz2
poezio-8a23706b72a0f19405581e20c132fb442a960250.tar.xz
poezio-8a23706b72a0f19405581e20c132fb442a960250.zip
Merge branch 'invite_impromptu' into 'master'
Invite impromptu See merge request poezio/poezio!2
Diffstat (limited to 'poezio/core/handlers.py')
-rw-r--r--poezio/core/handlers.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py
index 0e655d68..b87e7307 100644
--- a/poezio/core/handlers.py
+++ b/poezio/core/handlers.py
@@ -97,6 +97,11 @@ class HandlerCore:
self.core.xmpp.plugin['xep_0030'].get_info(
jid=self.core.xmpp.boundjid.domain, callback=callback)
+ def find_identities(self, _):
+ asyncio.ensure_future(
+ self.core.xmpp['xep_0030'].get_info_from_domain(),
+ )
+
def on_carbon_received(self, message):
"""
Carbon <received/> received