Merge stephen/vxmppb #25

Merged
stephen merged 22 commits from stephen/vxmppb:main into main 2022-06-02 20:52:32 -04:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 6ad84aeef4 - Show all commits

View File

@ -449,6 +449,7 @@ try {
if (from != user_jid) {
xmpp.send(from, pc);
} else {
if (xmpp_server_type === "ejabberd"){
// Create private XMPP room
const createRoom = {
method: 'POST',
@ -461,7 +462,6 @@ try {
name: xmpp_muc_name,
service: xmpp_muc_server,
host: bot_hostname,
// options: xmpp_server_type;
options: {
allow_change_subj: 'false',
allow_private_messages: 'false',
@ -536,7 +536,7 @@ try {
}, 2000);
debug();
xmpp.send(from, "Alright. Starting a new meeting: " + xmpp_muc_name + "@" + xmpp_muc_server + " and inviting friends");
}
}}
}
// End meeting