We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2842a commit a151b89Copy full SHA for a151b89
content/admin/configuration/basic.md
@@ -31,6 +31,19 @@ Examples:
31
- jabber.somesite.org
32
```
33
34
+Notice that Unicode is used natively by XMPP, Erlang/OTP, YAML... and ejabberd.
35
+You can setup non-latin host names using Unicode/UTF8.
36
+Since ejabberd 25.xx the host can be expressed in IDNA/punycode.
37
+For example:
38
+
39
+```yaml
40
+hosts:
41
+ - localhost1
42
+ - locälhost2
43
+ - 日本語
44
+ - xn--loclhost4-x2a
45
+```
46
47
### Virtual Hosting
48
49
When managing several XMPP domains in a single instance, those domains
0 commit comments