strophejs
strophejs copied to clipboard
Strophe.js is an XMPP library for JavaScript
Hi, I use Strophe.js 1.6.0. When i want to connect to ejabberd i get the message that my token is invalid: SENT: AGFkbWluQGx------------------------------------------------ RECEIVED: Invalid token The way I initiate:...
XEP-0115 states : > When a connected client or peer server sends a service discovery information request to determine the entity capabilities of a server that advertises capabilities via the...
As per conversation in Converse's support MUC: it seems that Strophe is using the 'wait' attribute value where it should be using the 'inactivity' value of a BOSH session. From...
Is it possible to resume a stream after a tcp disconnection as specified [here](https://xmpp.org/extensions/xep-0198.html#resumption) in strophejs ?
is something like `connection.send('')` possible?
Dear @strophe team, Can you add the support of RFC 9266: Channel Bindings for TLS 1.3? - https://datatracker.ietf.org/doc/html/rfc9266 Channel Bindings for TLS: https://datatracker.ietf.org/doc/html/rfc5929 - XEP-0388: Extensible SASL Profile: https://xmpp.org/extensions/xep-0388.html -...
So I have successfully implemented strophejs on my website - it connects to my openfire server, and chatting works fine. I am also using the ping plugin to ping the...
After: - SCRAM-SHA-1 - SCRAM-SHA-256 (done by @based-a-tron) - SCRAM-SHA-384 (done by @based-a-tron) - SCRAM-SHA-512 (done by @based-a-tron) Can you add supports of: - SCRAM-SHA3-512 Can you add the -PLUS...
Hi, I was wondering if this lib could be used with Nativescript? Anyone ever tried? Thanks :)
Would that make sense? Cheers