WIP: Multi XMPP Server Support #26

Draft
stephen wants to merge 6 commits from stephen/vxmppb:main into main
1 changed files with 1 additions and 0 deletions
Showing only changes of commit cf0dc7c93a - Show all commits

View File

@ -446,6 +446,7 @@ try {
// Please note this section requires you to have an Ejabberd server.
// I am welcome to pull requests for other servers (maybe set type in config.ini)
else if (message === '!meet') {
console.log(xmpp_server_type);
if (from != user_jid) {
xmpp.send(from, pc);
} else {