Jump to content
Mumble forums

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...