Imported a cut down mumble app

This commit is contained in:
2010-02-26 00:15:53 +00:00
parent bfd7f95421
commit 59ec92b2d7
17 changed files with 2568 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ INSTALLED_APPS = (
'registration',
'eve_proxy',
'eve_api',
'mumble',
'sso',
)
@@ -109,3 +110,9 @@ JABBER_GROUP = 'dreddit'
# Use sudo?
JABBER_SUDO = True
### Mumble Service Settings
DEFAULT_CONN = 'Meta:tcp -h 127.0.0.1 -p 6502'
MUMBLE_DEFAULT_PORT = 64738
SLICE = '/usr/share/slice/Murmur.ice'