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 0 deletions
Showing only changes of commit 805535cfc3 - Show all commits

View File

@ -87,6 +87,7 @@ try {
const xmpp_muc_name = config.xmpp.muc_name;
const xmpp_muc_password = config.xmpp.muc_password;
const xmpp_muc_server = config.xmpp.muc_server;
const xmpp_server_type = config.xmpp.server_type;
// setup private command message
let pc = 'This is a private command. Please see https://wiki.vanderwarker.family/doku.php?id=code:vxmppb:start for your own instance!';
@ -460,6 +461,7 @@ 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',