From 909a8ef2a726368f6e2bfcf4d880e1920f97fa12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sun, 8 Mar 2020 13:59:05 +0100 Subject: [PATCH] Update logout comment with relevant feature request --- snikket_web/prosodyclient.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snikket_web/prosodyclient.py b/snikket_web/prosodyclient.py index e6a09f6..478364d 100644 --- a/snikket_web/prosodyclient.py +++ b/snikket_web/prosodyclient.py @@ -380,7 +380,8 @@ class ProsodyClient: async def logout(self): # this currently only kills the cookie stuff, we may want to invalidate - # the token on th server side, toos + # the token on the server side, toos + # See-Also: https://issues.prosody.im/1503 http_session.pop(self.SESSION_TOKEN, None) http_session.pop(self.SESSION_ADDRESS, None)