Difference between revisions of "MumbleServices"

From Mumble Wiki
Jump to: navigation, search
(add categories)
m (removed documentation category)
Line 35: Line 35:
  
  
[[Category:Documentation]]
 
 
[[Category:Documentation English]]
 
[[Category:Documentation English]]

Revision as of 19:38, 23 October 2014

What services are offered

The client can make use of a number of service offered by our infrastructure. Namely things like:

  • Retrieving the public server list
  • Submitting anonymous usage statistics
  • Retrieving overlay updates
  • Retrieving positional audio plugin updates
  • Submitting crash reports
  • Polling for client updates
  • Retrieving client updates

With whom and how does the client communicate

Mumble uses either https or http over standard ports for talking to our services. Hosts that might be contacted are: mumble.hive.no, mumble.info, *.mumble.info . Currently these domains are assigned to the following IPs (might change in the future):


IP Host(s)
128.39.114.1 mumble.hive.no / mumble.info / *.mumble.info (exceptions below)
46.253.206.249 se.mumble.info / de.mumble.info
50.97.218.234 us.mumble.info


  • Usage statistics are submitted via a http post request to http://mumble.info/usage.cgi on port 80.
  • Crashreports are submitted as https post requests to https://mumble.hive.no/crashreport.php on port 443
  • The channel list, overlay-, plugin- and client updates are retrieved via a http get request to mumble.info on port 80 on first try or as a fallback. During later exchanges the regional mirrors *.mumble.info will be used. If all of these are unreachable panic.mumble.info is tried.