Exposing some Moderator methods through xmpp.js to we can do auth the
jitsi way from our client
This commit is contained in:
parent
383afbc66d
commit
e8763786e4
|
@ -629,6 +629,12 @@ var XMPP = {
|
|||
},
|
||||
filter_special_chars: function (text) {
|
||||
return SDPUtil.filter_special_chars(text);
|
||||
},
|
||||
createConferenceIQ: function (roomName) {
|
||||
Moderator.createConferenceIq(roomName);
|
||||
},
|
||||
parseSessionId: function (resultIq) {
|
||||
Moderator.parseSessionId(resultIq);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue