| 
					
				 | 
			
			
				@@ -11,4 +11,16 @@ listen: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "/captcha": ejabberd_captcha 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "/upload": mod_http_upload 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "/ws": ejabberd_http_ws 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#      "/conversejs": mod_conversejs 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  - 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    port: 80 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    ip: "::" #listen to v4 and v6 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    module: ejabberd_http 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    tls: false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#    tls: true  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#    ciphers: 'TLS_CIPHERS' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#    protocol_options: 'TLS_OPTIONS' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    request_handlers: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "/conversejs": mod_conversejs 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 |