docs: update Mumble docs for pymumble transport
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -529,20 +529,19 @@ split at 4096 chars. IRC-only commands are no-ops. ~90% of plugins work.
|
||||
# config/derp.toml
|
||||
[mumble]
|
||||
enabled = true
|
||||
proxy = true # SOCKS5 proxy for TCP
|
||||
proxy = false # pymumble connects directly
|
||||
host = "mumble.example.com"
|
||||
port = 64738
|
||||
username = "derp"
|
||||
password = ""
|
||||
tls_verify = false # self-signed certs common
|
||||
admins = ["admin_user"] # Mumble usernames
|
||||
operators = []
|
||||
trusted = []
|
||||
```
|
||||
|
||||
TCP/TLS via SOCKS5 proxy by default (`proxy = true`). Minimal protobuf
|
||||
codec (no external dep). HTML stripped on receive, escaped on send.
|
||||
IRC-only commands are no-ops. ~90% of plugins work.
|
||||
Uses pymumble for protocol handling (connection, voice, Opus encoding).
|
||||
HTML stripped on receive, escaped on send. IRC-only commands are no-ops.
|
||||
~90% of plugins work.
|
||||
|
||||
## Music (Mumble only)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user