extends | 
			
Protocol			 | 
		
|---|
Mumble Protocol class References: https://github.com/edmundask/MurmurQuery - Thanks to skylord123
| Methods | ||
|---|---|---|
				
					
	public
					
					
				
			 | 
			
				processResponse(): array
	
	
			 | 
		# | 
				
					
	protected
					
					
				
			 | 
			
				processChannelsAndUsers(array $data, Result &$result)
	
	
			 | 
		# | 
| Properties | |||
|---|---|---|---|
				
	protected
					
					
				
			 | 
			
				array
			 | 
			
$packets = [self::PACKET_ALL => "\x6A\x73\x6F\x6E"]
				
	
			 | 
		# | 
				
	protected
					
					
				
			 | 
			
				string
			 | 
			
$transport = self::TRANSPORT_TCP
				
	
			 | 
		# | 
				
	protected
					
					
				
			 | 
			
				string
			 | 
			
$protocol = 'mumble'
				
	
			 | 
		# | 
				
	protected
					
					
				
			 | 
			
				string
			 | 
			
$name = 'mumble'
				
	
			 | 
		# | 
				
	protected
					
					
				
			 | 
			
				string
			 | 
			
$name_long = "Mumble Server"
				
	
			 | 
		# | 
				
	protected
					
					
				
			 | 
			
				string
			 | 
			
$join_link = "mumble://%s:%d/"
				
	
			 | 
		# | 
				
	protected
					
					
				
			 | 
			
				int
			 | 
			
$port_diff = -36938
				
	
			 | 
		# | 
				
	protected
					
					
				
			 | 
			
				array
			 | 
			
$normalize = [
	'general' => [
		'dedicated' => 'dedicated',
		'gametype' => 'gametype',
		'hostname' => 'name',
		'numplayers' => 'numplayers',
		'maxplayers' => 'x_gtmurmur_max_users',
	],
	'player' => ['name' => 'name', 'ping' => 'tcpPing', 'team' => 'channel', 'time' => 'onlinesecs'],
	'team' => ['name' => 'name'],
]
				
	
			 | 
		# | 
| Properties inherited from GameQ\Protocol | 
|---|
$responses, $process_methods, $packets_response, $result, $options, $state, 				 |