Adding support message for server type

#20
This commit is contained in:
Stephen Vanderwarker 2022-06-02 20:43:36 -04:00
parent f21b00c169
commit ca65ed3c75
Signed by: stephen
GPG Key ID: EF429EF847868C14
1 changed files with 3 additions and 0 deletions

View File

@ -536,6 +536,9 @@ try {
}, 2000);
debug();
xmpp.send(from, "Alright. Starting a new meeting: " + xmpp_muc_name + "@" + xmpp_muc_server + " and inviting friends");
} else {
xmpp.send(from, "Ejabberd is the only supported server at the moment.")
xmpp.send(from, "Please see https://git.vanderwarker.family/vxmppb/vxmppb/issues/20")
}}
}