diff options
author | louiz’ <louiz@louiz.org> | 2016-08-16 15:59:00 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-08-16 15:59:00 +0200 |
commit | 663d4ad54a014b2ced62610098a6f5676f813d10 (patch) | |
tree | 010f335639c1e0848ca6967eb4cbcb025c8a2e38 /doc | |
parent | 6bbab9d943a56e3cd20a2ac96cce1e9056d148cb (diff) | |
download | biboumi-663d4ad54a014b2ced62610098a6f5676f813d10.tar.gz biboumi-663d4ad54a014b2ced62610098a6f5676f813d10.tar.bz2 biboumi-663d4ad54a014b2ced62610098a6f5676f813d10.tar.xz biboumi-663d4ad54a014b2ced62610098a6f5676f813d10.zip |
Forward mediated invitations (XMPP to IRC only)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/biboumi.1.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst index d4c21d9..783788f 100644 --- a/doc/biboumi.1.rst +++ b/doc/biboumi.1.rst @@ -339,6 +339,21 @@ Notices Notices are received exactly like private messages. It is not possible to send a notice. +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): + +- foobar%anything@anything +- anything@anything/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. + Kicks and bans -------------- |