Skip to content

Commit a151b89

Browse files
committed
Document support for UTF8 and IDNA (processone/ejabberd#3519)
1 parent 6a2842a commit a151b89

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/admin/configuration/basic.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ Examples:
3131
- jabber.somesite.org
3232
```
3333
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+
3447
### Virtual Hosting
3548
3649
When managing several XMPP domains in a single instance, those domains

0 commit comments

Comments
 (0)