https://github.com/nunof07/discourse-mumble
Mumble Viewer plugin for Discourse
https://github.com/nunof07/discourse-mumble
discourse-plugin mumble
Last synced: about 1 year ago
JSON representation
Mumble Viewer plugin for Discourse
- Host: GitHub
- URL: https://github.com/nunof07/discourse-mumble
- Owner: nunof07
- License: mit
- Created: 2015-09-04T17:10:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T12:21:58.000Z (over 7 years ago)
- Last Synced: 2025-05-08T01:13:33.287Z (about 1 year ago)
- Topics: discourse-plugin, mumble
- Language: JavaScript
- Size: 45.9 KB
- Stars: 9
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mumble plugin for Discourse
A Mumble Viewer plugin for Discourse that displays channel and user information.
- [Discourse] is an open source discussion platform.
- [Mumble] is an open source voice chat software.
The Mumble server needs to support the [Channel Viewer Protocol][cvp]. Most Mumble servers support this. If you manage your own server you can install a [3rd party application][cvpapp] to do this.
## Features
The plugin adds a button to the header.
- The button displays the number of users connected to the Mumble server.
- Clicking the button opens a menu with the list of channels and users.
- Idle users have a toned down icon.
- Information is refreshed periodically (configurable).
Screenshot of the plugin in action:

[discourse]: http://www.discourse.org/
[mumble]: http://wiki.mumble.info/wiki/Main_Page
[cvp]: http://wiki.mumble.info/wiki/Channel_Viewer_Protocol
[cvpapp]: http://wiki.mumble.info/wiki/3rd_Party_Applications#Channel_Viewers
## How to install
Follow the guide on how to [Install a Plugin][plugin] for Discourse but add this repository URL instead.
Then go to Admin > Plugins and choose Mumble settings:
- *mumble_interval*: the interval between information refreshes
- *mumble_cvp*: the URL to the [Channel Viewer Protocol][cvp] service
- *mumble_xml*: whether the URL to the CVP service is for XML, otherwise will use JSON
[plugin]: https://meta.discourse.org/t/install-a-plugin/19157
## Contributors
- [nunof07](https://github.com/nunof07)
- [muhlisbc](https://github.com/muhlisbc)
- [Adorfer](https://github.com/Adorfer)
- [ArwedSchmidt](https://github.com/ArwedSchmidt)