Merge pull request 'Fix MUC service/domains not being announced' (#416) from bugfix/muc_discovery into master
Reviewed-on: #416
This commit is contained in:
		
						commit
						7482283696
					
				@ -75,8 +75,16 @@ hosts = [
 | 
				
			|||||||
    ldap_password: ejabberd_credentials['kosmos_ldap_password'],
 | 
					    ldap_password: ejabberd_credentials['kosmos_ldap_password'],
 | 
				
			||||||
    append_host_config: <<-EOF
 | 
					    append_host_config: <<-EOF
 | 
				
			||||||
modules:
 | 
					modules:
 | 
				
			||||||
 | 
					      mod_disco:
 | 
				
			||||||
 | 
					        extra_domains:
 | 
				
			||||||
 | 
					          - kosmos.chat
 | 
				
			||||||
 | 
					        server_info:
 | 
				
			||||||
 | 
					          -
 | 
				
			||||||
 | 
					            modules: all
 | 
				
			||||||
 | 
					            name: "abuse-addresses"
 | 
				
			||||||
 | 
					            urls: ["mailto:abuse@kosmos.org"]
 | 
				
			||||||
      mod_muc:
 | 
					      mod_muc:
 | 
				
			||||||
        host: "kosmos.chat"
 | 
					        host: kosmos.chat
 | 
				
			||||||
        access:
 | 
					        access:
 | 
				
			||||||
          - allow
 | 
					          - allow
 | 
				
			||||||
        access_admin:
 | 
					        access_admin:
 | 
				
			||||||
@ -100,6 +108,14 @@ modules:
 | 
				
			|||||||
    ldap_password: ejabberd_credentials['5apps_ldap_password'],
 | 
					    ldap_password: ejabberd_credentials['5apps_ldap_password'],
 | 
				
			||||||
    append_host_config: <<-EOF
 | 
					    append_host_config: <<-EOF
 | 
				
			||||||
modules:
 | 
					modules:
 | 
				
			||||||
 | 
					      mod_disco:
 | 
				
			||||||
 | 
					        extra_domains:
 | 
				
			||||||
 | 
					          - muc.5apps.com
 | 
				
			||||||
 | 
					        server_info:
 | 
				
			||||||
 | 
					          -
 | 
				
			||||||
 | 
					            modules: all
 | 
				
			||||||
 | 
					            name: "abuse-addresses"
 | 
				
			||||||
 | 
					            urls: ["mailto:mail@5apps.com"]
 | 
				
			||||||
      mod_muc:
 | 
					      mod_muc:
 | 
				
			||||||
        host: "muc.@HOST@"
 | 
					        host: "muc.@HOST@"
 | 
				
			||||||
        access:
 | 
					        access:
 | 
				
			||||||
 | 
				
			|||||||
@ -196,12 +196,6 @@ modules:
 | 
				
			|||||||
  mod_carboncopy: {}
 | 
					  mod_carboncopy: {}
 | 
				
			||||||
  mod_client_state: {}
 | 
					  mod_client_state: {}
 | 
				
			||||||
  mod_configure: {} # requires mod_adhoc
 | 
					  mod_configure: {} # requires mod_adhoc
 | 
				
			||||||
  mod_disco:
 | 
					 | 
				
			||||||
    server_info:
 | 
					 | 
				
			||||||
      -
 | 
					 | 
				
			||||||
        modules: all
 | 
					 | 
				
			||||||
        name: "abuse-addresses"
 | 
					 | 
				
			||||||
        urls: ["mailto:abuse@kosmos.org"]
 | 
					 | 
				
			||||||
  mod_bosh: {}
 | 
					  mod_bosh: {}
 | 
				
			||||||
  mod_last: {}
 | 
					  mod_last: {}
 | 
				
			||||||
  mod_mam:
 | 
					  mod_mam:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user