cburschka / cadence

A strophe.js-powered XMPP web client for chatrooms.
6 stars 2 forks source link

Support direct invitations (XEP-0249) #389

Closed cburschka closed 8 years ago

cburschka commented 8 years ago

In #156, I speculated that direct invitations would be possible only after #103 got added. Which it has.

The logic for these is pretty identical to the one for mediated invite. It just needs ~10 lines or so in eventMessageCallback.

cburschka commented 8 years ago

(Note that the namespace for this feature - jabber:x:conference - has been in Cadence for ages, but hasn't been used.)