question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adding option to log out of xmpp session

See original GitHub issue

Is your feature request related to a problem you are facing? Yes, sometimes when opening, the app asks for a password. Sometimes it doesn’t Describe the solution you’d like I was thinking of an option in the settings menu that removes a password - but if I understand the code correctly, the password is not saved, but instead the session is stored? I couldn’t really find a way to delete this session though. Could anyone give me a pointer, where I need to look?

Do you think it’s bad practice to just call window.localStorage.sessionId="" ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

0reactions
AliKarpuzoglucommented, May 19, 2020

just in case anyone else sees this and wonders about the sessionId. When you remove the sessionId moderator features won’t work. For example the option to mute all participants

Read more comments on GitHub >

github_iconTop Results From Across the Web

how we can end the session of praticular user in XMPP and ...
First of all send presence packet to server and then you should logout. This way your session will be killed.
Read more >
XEP-0155: Stanza Session Negotiation - XMPP
Abstract: This specification defines a method for formally negotiating the exchange of XML stanzas between two XMPP entities.
Read more >
Close XMPP Session Assertion - TechDocs - Broadcom Inc.
The Close XMPP Session assertion closes a session to either an XMPP client or server. Any session associations created with the XMPP Associate...
Read more >
XMPP - Wikipedia
Extensible Messaging and Presence Protocol (XMPP, originally named Jabber) is an open communication protocol designed for instant messaging (IM), ...
Read more >
Profanity, a console based XMPP client - Command Reference
set <account> status last, Use your last status before logging out, when logging in ... /account add me /account set me jid me@chatty...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found