Difference between revisions of "MumbleServices"

From Mumble Wiki
Jump to: navigation, search
m (removed documentation category)
(mumble.hive.no -> mumble.info)
Line 19: Line 19:
 
  ! Host(s)
 
  ! Host(s)
 
  |-
 
  |-
  | 128.39.114.1
+
  | 52.201.18.254
  | mumble.hive.no / mumble.info / *.mumble.info (exceptions below)
+
  | mumble.info / *.mumble.info (exceptions below)
 
  |-
 
  |-
 
  | 46.253.206.249
 
  | 46.253.206.249

Revision as of 23:25, 5 May 2016

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)
52.201.18.254 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.