Skip to content

4.1.0 (2026-07-07)

Choose a tag to compare

@jcbrand jcbrand released this 07 Jul 14:06
v4.1.0
3c625a4
  • Migrate to full TypeScript
  • 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.