xmpp.chapril.org-conversejs/spec
JC Brand fb8e2cde72 Roster item 'ask' property is always 'subscribe' for subscription requests
* 'pending' state is denoted by subscription='none', ask='subscribe'
* 'requesting' state is denoted by subscription='from', ask='subscribe'

Reference: http://xmpp.org/rfcs/rfc3921.html#int

I'm not yet 100% sure with regards to the 'requesting' state, I can't find
anything about it in the above mentioned reference, but apparantly that's what
prosody's roster response looks like (e.g. <item jid='XYZ' ask='subscribe'
subscription='from'/> ).

With ejabberd I haven't yet received such a roster response and contact
requests are always handled via presence stanzas.

updates #81
2013-11-06 09:04:44 +02:00
..
ChatBoxSpec.js Add tests for the chat toolbar. 2013-11-03 22:28:44 +02:00
ChatRoomSpec.js Refactor ChatRoom tests (move code to utils.js) 2013-11-03 12:02:25 +02:00
ControlBoxSpec.js Roster item 'ask' property is always 'subscribe' for subscription requests 2013-11-06 09:04:44 +02:00