diff options
author | louiz’ <louiz@louiz.org> | 2016-08-11 17:18:51 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-08-11 17:18:51 +0200 |
commit | 7ffe278e0556d222291840dc91c785ccf824fee5 (patch) | |
tree | 6f20b4530bc332cdcbc286e7145e8da42333764b | |
parent | 06d5a5a36173cb48cfdbac6f7be0929a618efe41 (diff) | |
download | biboumi-7ffe278e0556d222291840dc91c785ccf824fee5.tar.gz biboumi-7ffe278e0556d222291840dc91c785ccf824fee5.tar.bz2 biboumi-7ffe278e0556d222291840dc91c785ccf824fee5.tar.xz biboumi-7ffe278e0556d222291840dc91c785ccf824fee5.zip |
Document the JID escaping with xep 106
-rw-r--r-- | doc/biboumi.1.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst index b370140..6ac4b71 100644 --- a/doc/biboumi.1.rst +++ b/doc/biboumi.1.rst @@ -229,6 +229,12 @@ not allowed in the local part of a JID (for example '@'). If you need to send a message to a nick containing such a character, you can use a jid like ``%irc.example.com@biboumi.example.com/AnnoyingNickn@me``, because the JID ``AnnoyingNickn@me%irc.example.com@biboumi.example.com`` would not work. +And if you need to address a channel that contains such invalid characters, you +have to use `jid-escaping <http://www.xmpp.org/extensions/xep-0106.html#escaping>`, +and replace each of these characters with their escaped version, for example to +join the channel ``#b@byfoot``, you need to use the following JID: +``#b\40byfoot%irc.example.com@biboumi.example.com``. + Examples: |