stanza
stanza copied to clipboard
Modern XMPP, with a JSON API
Adds a transport called `tcp`. Connections to port 5223 are implicitly direct TLS. Handles unencrypted, STARTTLS, and direct TLS connections. TLS renegotiation is not currently handled. Additional transport options: *...
Connecting to a server which provided `X-OAUTH2` and `PLAIN` as SASL mechanisms, `X-OAUTH2` was selected despite no token being provided. Now multiple candidate sets of required credentials are tested per...
Stanza will rejoin rooms after auto reconnect, but it forgets what presence was used. This commit introduces RoomState where the initial presence is stored.
Our company used to use raw:incoming:RID but right now this feature removed. You can see it in this link: #251 Besides that we are also used to use maxHoldOpen, it...
This intends to prevent the following compilation error: ``` $ npm run compile > [email protected] compile > tsc -p . node_modules/@types/babel__traverse/index.d.ts:326:10 - error TS1023: An index signature parameter type must...
feat: add max retries configuration
I was obtaining this error: ``` ✘ [ERROR] TS7016: Could not find a declaration file for module 'node-fetch'. '/home/andres/c2c-angular/node_modules/node-fetch/lib/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/node-fetch` if...
Add samples of creating and deleting a node.