This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

message log


xx3nvyxx
 Share

Recommended Posts

I want to make a cli program that will log on to a mumble server and print the messages to stdout or something. Looking at the source code, I see a lot of things I won't need (settings, g15, global shortcuts, etc). Where is a good place in the code to start reading about navigating authentication and receiving messages?

Link to comment
Share on other sites

  • Administrators

Unfortunately big parts of our protocol still are "code is documentation" only. We have started creating a protocol documentation but it is not anywhere near finished (if you want to take a look anyway you can find it here here). We also have some basic "bot" applications implementing parts of our protocol, these are also nowhere close to actually implementing all of the protocol, you can find these here.


But if you just want to send messages to your own server consider using our Ice RPC interface. It is much cleaner then actually connecting with a bot via our client protocol.

Link to comment
Share on other sites

 Share

×
×
  • Create New...