diff options
author | louiz’ <louiz@louiz.org> | 2017-07-20 23:09:37 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-07-20 23:09:37 +0200 |
commit | f125de4833d65a83d1f550f4bfbff4d5e4c333b2 (patch) | |
tree | 2b12d105e3925b8dbe4d6d10e20d189ee31c77f0 /doc | |
parent | 407f95a108c275db5e9b07398f553ab573cd46bc (diff) | |
download | biboumi-f125de4833d65a83d1f550f4bfbff4d5e4c333b2.tar.gz biboumi-f125de4833d65a83d1f550f4bfbff4d5e4c333b2.tar.bz2 biboumi-f125de4833d65a83d1f550f4bfbff4d5e4c333b2.tar.xz biboumi-f125de4833d65a83d1f550f4bfbff4d5e4c333b2.zip |
Add the possibility to invite any external JID to a room
fix #3285
Diffstat (limited to 'doc')
-rw-r--r-- | doc/biboumi.1.rst | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst index 606fe87..3de4160 100644 --- a/doc/biboumi.1.rst +++ b/doc/biboumi.1.rst @@ -455,17 +455,22 @@ be replaced by a space, because the IRC server wouldn’t accept it. Invitations ----------- -Biboumi forwards the mediated invitations to the target nick. If the user -wishes to invite the user “FooBar” into a room, they can invite one of the -following “JIDs” (one of them is not a JID, actually): +If the invited JID is a user JID served by this biboumi instance, it will forward the +invitation to the target nick, over IRC. +Otherwise, the mediated instance will directly be sent to the invited JID, over XMPP. -- foobar%anything@anything -- anything@anything/FooBar +Example: if the user wishes to invite the IRC user “FooBar” into a room, they can +invite one of the following “JIDs” (one of them is not a JID, actually): + +- foobar%anything@biboumi.example.com +- anything@biboumi.example.com/FooBar - FooBar -Note that the “anything” part are simply ignored because they have no -meaning for the IRC server: we already know which IRC server is targeted -using the JID of the target channel. +(Note that the “anything” parts are simply ignored because they carry no +additional meaning for biboumi: we already know which IRC server is targeted +using the JID of the target channel.) + +Otherwise, any valid JID can be used, to invite any XMPP user. Kicks and bans -------------- |