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.

XEP-0198 Stream Management

See original GitHub issue

We can now use websockets in converse.js (see #204).

Unfortunately the keepalive setting doesn’t work with websockets because xmpp-over-websockets doesn’t use the same session token as BOSH does.

It looks like XEP-0198 solves this issue, specifically the section about “stream resumption”.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

<bountysource-plugin>

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Reactions:4
  • Comments:16 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
johnsmith138813commented, May 31, 2018

I see.

Thanks for the quick update!

0reactions
laszlovlcommented, Jun 17, 2019

It’s a vanilla Converse, latest master as of 1 or 2 days ago. I think I will hold off on testing 0198 for a while yet and focus on other issues, but if you are interested in checking it out I can easily get you a test account on this Ejabberd instance.

Read more comments on GitHub >

github_iconTop Results From Across the Web

XEP-0198: Stream Management - XMPP
This specification defines an XMPP protocol extension for active management of an XML stream between two XMPP entities, including features for ...
Read more >
XEP-0198: Stream Management - why do we need it?
XEP-0198 : Stream Management is an XMPP extension adding stanza acknowledgements and stream resumption. What does that mean in English?
Read more >
XEP-0198: Stream Management - slixmpp
The set of keys that the stanza provides for accessing and manipulating the underlying XML object. This set may be augmented with the...
Read more >
#14252 (Implement XEP-0198: Stream Management) – Pidgin
It would be nice if libpurple had ​XEP-0198: Stream Management. Disconnects on an unstable internet connection can happen a lot, and this will...
Read more >
XEP-0397: Instant Stream Resumption
This specification introduces a mechanism for instant stream resumption, based on Stream Management (XEP-0198), allowing XMPP entities to ...
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