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
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 stream feature, the requesting entity MUST send the disco#info request to the server's JID as provided in the 'from' attribute of the response stream header (the 'from' attribute was recommended by RFC 3920 [22] and is required by RFC 6120 [11]).
However, strophe.js just silently discards the "from" attribute, so I can’t reuse it for the disco#info request.
The text was updated successfully, but these errors were encountered:
XEP-0115 states :
However, strophe.js just silently discards the "from" attribute, so I can’t reuse it for the disco#info request.
The text was updated successfully, but these errors were encountered: