Config Options

From Mumble Wiki
Revision as of 10:57, 13 January 2011 by Svedrin (talk | contribs) (stub page that lists all available config options, and how to grep for them)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Config Options

Currently, the following config options exist:

host
password
port
timeout
bandwidth
users
usersperchannel
textmessagelength
imagemessagelength
allowhtml
defaultchannel
rememberchannel
welcometext
registername
registerpassword
registerhostname
registerlocation
registerurl
bonjour
allowping
certrequired
username
channelname

The easiest way to get such a list of existing options is running the following command in the src/murmur directory of Mumble's source tree:

grep getConf Server.cpp | cut -d\" -f2