You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise, if the contact has no available resources when the subscription request is received by the contact's server, then the contact's server MUST keep a record of the complete presence stanza comprising the subscription request, including any extended content contained therein (see Section 8.4 of [[XMPP-CORE]), and then deliver the request when the contact next has an available resource. The contact's server MUST continue to deliver the subscription request whenever the contact creates an available resource, until the contact either approves or denies the request.
The text was updated successfully, but these errors were encountered:
what's the difference with your test to explain the different result?
I think the difference is that @melvo was using SQL while you tested with Mnesia: Our SQL code drops the #roster.xs field (which holds child elements) while our Mnesia code stores the #roster item as-is.
Environment
Bug description
It works as expected if Bob is online when the subscription request is sent.
RFC 6121 specifies the following:
The text was updated successfully, but these errors were encountered: