You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add native XEP-0198 Stream Management support for
websocket connections. Opt in with the new enableStreamManagement connection option and tune it
via the streamManagement option (see the README).
New Connection.onForeignStanzaSent hook: under the worker option, messages and presences
sent from one tab are reflected to all other tabs.
Strophe.Status.RECONNECTING is now defined.
Export MemoryStorageBackend, SessionStorageBackend, ConnectionOptions and ConnectCallback from the package root.