docs: update Mumble docs for pymumble transport

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-21 23:16:56 +01:00
parent d884d2bb55
commit eae36aa1f9
3 changed files with 26 additions and 34 deletions

View File

@@ -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)