Update logout comment with relevant feature request

This commit is contained in:
Jonas Schäfer
2020-03-08 13:59:05 +01:00
parent 22a371444d
commit 909a8ef2a7

View File

@@ -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)