Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Configuring One or Several XMPP Domains
  2. Host Names
  3.  
  4. ejabberd supports managing several independent XMPP domains on a single ejabberd instance, using a feature called virtual hosting.
  5.  
  6. The option hosts defines a list containing one or more domains that ejabberd will serve.
  7.  
  8. Of course, the hosts list can contain just one domain if you do not want to host multiple XMPP domains on the same instance.
  9.  
  10. The syntax is: [HostName1, Hostname2]
  11.  
  12. Examples:
  13.  
  14. Serving one domain:
  15.  
  16. hosts: [example.org]
  17.  
  18. Serving three domains:
  19.  
  20. hosts:
  21. - example.net
  22. - example.com
  23. - jabber.somesite.org
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement