From f1ab9ab96468d4753da169968095dd08500a0f42 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 2 May 2020 16:47:04 +0200 Subject: Change session_start callback to async in most examples If we fetch the roster, we should probably wait until we get it back --- examples/ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ping.py') diff --git a/examples/ping.py b/examples/ping.py index cb1bb968..4492d4e0 100755 --- a/examples/ping.py +++ b/examples/ping.py @@ -51,7 +51,7 @@ class PingTest(slixmpp.ClientXMPP): data. """ self.send_presence() - self.get_roster() + await self.get_roster() try: rtt = await self['xep_0199'].ping(self.pingjid, -- cgit v1.2.3