nah4891 Posted August 8, 2012 Share Posted August 8, 2012 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. Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted August 10, 2012 Administrators Share Posted August 10, 2012 Yes, it is technically possible.You will want to check the Mumble Ice documentation.The struct for text messages is TextMessagehttps://github.com/mumble-voip/mumble/blob/master/src/murmur/Murmur.ice#L75the slice doc does not have it yet, as it’s not in the stable release yethttp://mumble.sourceforge.net/slice/Murmur.htmlThe snapshots however do support it - handling text messages. Quote Link to comment Share on other sites More sharing options...
nah4891 Posted August 14, 2012 Author Share Posted August 14, 2012 Thank you very much~ I always thanks for you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.