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

Does Mumble server support web chat (using php)?


nah4891
 Share

Recommended Posts

Can Mumble server support web based text chat (user registration, login, 1:1 text Tx/Rx, group chat, and so on)? In document, Mumble server adopt ZeroIceC to support third-party. If I use ICE interface with HTTP/PHP, can I implement web based text chat messenger ?

So far as I am known, XMPP support web based real-time chat application through HTTP/PHP interface.


Please give a comment.

Link to comment
Share on other sites

  • Administrators

Yes, it is technically possible.

You will want to check the Mumble Ice documentation.

The struct for text messages is TextMessage

https://github.com/mumble-voip/mumble/blob/master/src/murmur/Murmur.ice#L75

the slice doc does not have it yet, as it’s not in the stable release yet

http://mumble.sourceforge.net/slice/Murmur.html

The snapshots however do support it - handling text messages.

Link to comment
Share on other sites

 Share

×
×
  • Create New...