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
MongooseIM allows a user to ask for an unanswered `session-initiate` request.
80
+
This may be useful in web applications when there is a need to handle the call in a new browser window.
81
+
82
+
In order to get the `session-initiate`, which was not answered yet, the user can send a `get` Jingle stanza to self with action set to `existing-session-initiate`.
83
+
In result, MongooseIM will resent the original `session-initiate` request to the device which sent the query.
0 commit comments