Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Mumble protocol

Sean Gordon edited this page Nov 3, 2013 · 1 revision

Ultros is capable of connecting and interacting with the text chat part of the Mumble protocol. There is no support for voice chat, or plans to add such.

Dependencies

  • Twisted (Which most of the bot is built on)
  • Google protobuf

Configuration

The config is in config/protocols/mumble.yml

  • network - This section contains network connection info.
    • address - The address of the Mumble server to connect to
    • port - The port to connect to (Default is 64738)
  • identity - This section contains identification and authentication info.
    • nick - The public nickname to use.
    • password - Server password, used to connect.
    • tokens - A list of auth tokens for locked down channels
  • channel - The channel to join on connect, specified by either name or id. If both are given, the ID will be used. Using an ID is preferred as channel names can change and are not necessarily unique.
    • name - The name of the channel
    • id - The ID of the channel (viewable in the logs on join).
Clone this wiki locally