New packages: - secubox-app-jabber: LXC-based Prosody XMPP server with: - Debian Bookworm container - Full XMPP support (C2S, S2S, MUC, MAM) - HTTP upload for file sharing - BOSH and WebSocket for web clients - SSL/TLS encryption - User and room management via jabberctl - luci-app-jabber: LuCI dashboard with: - Status overview and service controls - User management (add/delete) - Emancipate workflow (HAProxy + SSL + DNS) - Connection info display - Log viewer CLI commands: jabberctl install/uninstall/start/stop/status jabberctl user add/del/passwd/list jabberctl room create/delete/list jabberctl emancipate <domain> Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
220 B
JSON
15 lines
220 B
JSON
{
|
|
"admin/services/jabber": {
|
|
"title": "Jabber/XMPP",
|
|
"order": 68,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "jabber/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-jabber"],
|
|
"uci": {"jabber": true}
|
|
}
|
|
}
|
|
}
|