XEP-0012: API changes.

This commit is contained in:
mathieui
2021-02-14 11:45:03 +01:00
parent d51c4e307d
commit 0b6326e1cc
3 changed files with 75 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ class TestLastActivity(SlixIntegration):
async def test_activity(self):
"""Check we can set and get last activity"""
self.clients[0]['xep_0012'].set_last_activity(
await self.clients[0]['xep_0012'].set_last_activity(
status='coucou',
seconds=4242,
)