added files and tasks
This commit is contained in:
27
roles/jitsimeet/files/jitsi_etc/jicofo/config
Normal file
27
roles/jitsimeet/files/jitsi_etc/jicofo/config
Normal file
@@ -0,0 +1,27 @@
|
||||
# Jitsi Conference Focus settings
|
||||
# sets the host name of the XMPP server
|
||||
JICOFO_HOST=localhost
|
||||
|
||||
# sets the XMPP domain (default: none)
|
||||
JICOFO_HOSTNAME=mewimeet.de
|
||||
|
||||
# sets the secret used to authenticate as an XMPP component
|
||||
JICOFO_SECRET=QX6oyTT2
|
||||
|
||||
# sets the port to use for the XMPP component connection
|
||||
JICOFO_PORT=5347
|
||||
|
||||
# sets the XMPP domain name to use for XMPP user logins
|
||||
JICOFO_AUTH_DOMAIN=auth.mewimeet.de
|
||||
|
||||
# sets the username to use for XMPP user logins
|
||||
JICOFO_AUTH_USER=focus
|
||||
|
||||
# sets the password to use for XMPP user logins
|
||||
JICOFO_AUTH_PASSWORD=skrXCC0Z
|
||||
|
||||
# extra options to pass to the jicofo daemon
|
||||
JICOFO_OPTS=""
|
||||
|
||||
# adds java system props that are passed to jicofo (default are for home and logging config file)
|
||||
JAVA_SYS_PROPS="-Dconfig.file=/etc/jitsi/jicofo/jicofo.conf -Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc/jitsi -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=jicofo -Dnet.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jitsi -Djava.util.logging.config.file=/etc/jitsi/jicofo/logging.properties"
|
||||
10
roles/jitsimeet/files/jitsi_etc/jicofo/jicofo.conf
Normal file
10
roles/jitsimeet/files/jitsi_etc/jicofo/jicofo.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
# Jicofo HOCON configuration. See /usr/share/jicofo/jicofo.jar/reference.conf for
|
||||
#available options, syntax, and default values.
|
||||
jicofo {
|
||||
xmpp: {
|
||||
client: {
|
||||
client-proxy: focus.mewimeet.de
|
||||
}
|
||||
trusted-domains: [ "recorder.mewimeet.de" ]
|
||||
}
|
||||
}
|
||||
38
roles/jitsimeet/files/jitsi_etc/jicofo/logging.properties
Normal file
38
roles/jitsimeet/files/jitsi_etc/jicofo/logging.properties
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
handlers= java.util.logging.ConsoleHandler
|
||||
|
||||
# Handlers with XMPP debug enabled:
|
||||
#handlers= java.util.logging.ConsoleHandler, org.jitsi.impl.protocol.xmpp.log.XmppPacketsFileHandler
|
||||
|
||||
# Handlers with syslog enabled:
|
||||
#handlers= java.util.logging.ConsoleHandler, com.agafua.syslog.SyslogHandler
|
||||
#handlers= java.util.logging.ConsoleHandler, io.sentry.jul.SentryHandler
|
||||
|
||||
java.util.logging.ConsoleHandler.level = ALL
|
||||
java.util.logging.ConsoleHandler.formatter = org.jitsi.utils.logging2.JitsiLogFormatter
|
||||
java.util.logging.ConsoleHandler.filter = org.jitsi.impl.protocol.xmpp.log.ExcludeXmppPackets
|
||||
|
||||
org.jitsi.utils.logging2.JitsiLogFormatter.programname=Jicofo
|
||||
.level=INFO
|
||||
|
||||
# To enable XMPP packets logging add XmppPacketsFileHandler to the handlers property
|
||||
org.jitsi.impl.protocol.xmpp.log.PacketDebugger.level=ALL
|
||||
org.jitsi.impl.protocol.xmpp.log.XmppPacketsFileHandler.pattern=/var/log/jitsi/jicofo-xmpp.log
|
||||
org.jitsi.impl.protocol.xmpp.log.XmppPacketsFileHandler.append=true
|
||||
org.jitsi.impl.protocol.xmpp.log.XmppPacketsFileHandler.limit=200000000
|
||||
org.jitsi.impl.protocol.xmpp.log.XmppPacketsFileHandler.count=3
|
||||
|
||||
# Syslog (uncomment handler to use)
|
||||
com.agafua.syslog.SyslogHandler.transport = udp
|
||||
com.agafua.syslog.SyslogHandler.facility = local0
|
||||
com.agafua.syslog.SyslogHandler.port = 514
|
||||
com.agafua.syslog.SyslogHandler.hostname = localhost
|
||||
com.agafua.syslog.SyslogHandler.formatter = org.jitsi.utils.logging2.JitsiLogFormatter
|
||||
com.agafua.syslog.SyslogHandler.escapeNewlines = false
|
||||
com.agafua.syslog.SyslogHandler.filter = org.jitsi.impl.protocol.xmpp.log.ExcludeXmppPackets
|
||||
|
||||
# Sentry (uncomment handler to use)
|
||||
io.sentry.jul.SentryHandler.level=WARNING
|
||||
|
||||
# uncomment to see how Jicofo talks to the JVB
|
||||
#org.jitsi.impl.protocol.xmpp.colibri.level=ALL
|
||||
@@ -0,0 +1 @@
|
||||
org.jitsi.jicofo.BRIDGE_MUC=JvbBrewery@internal.auth.mewimeet.de
|
||||
Reference in New Issue
Block a user