1 مستودع
Clears locally cached chat messages upon reconnection to prevent stale or gapped histories.
Distinct from Message Caching Services: Distinct from Message Caching Services: focuses on clearing the local cache on reconnect, not on storing messages for retrieval.
Explore 1 awesome GitHub repository matching data & databases · Cache Clearing on Reconnection. Refine with filters or upvote what's useful.
Converse.js is an embeddable, self-hosted XMPP chat client that runs entirely in the browser. It communicates with XMPP servers using standard XML stanzas over WebSocket or BOSH transports, and provides end-to-end encryption through the OMEMO protocol with double ratchet algorithm and X3DH key exchange. The client is built on a plugin-based architecture that allows extending core functionality at runtime without modifying the client itself, and uses a DOM-based rendering approach with an event-driven message bus for internal coordination. The client manages message history through XEP-0313 Me
Converse.js clears cached chat messages upon reconnection to prevent long or gapped histories.