diff options
author | louiz’ <louiz@louiz.org> | 2017-03-08 15:39:50 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-03-27 11:49:07 +0200 |
commit | b7789fe586f375f09134a0817bd3ac19850c048f (patch) | |
tree | fdd26bf038f7a151a374a91db478775caad6d236 /doc | |
parent | 1017e8f46bb6c4c9f878cba5e70f7c3a4c831433 (diff) | |
download | biboumi-b7789fe586f375f09134a0817bd3ac19850c048f.tar.gz biboumi-b7789fe586f375f09134a0817bd3ac19850c048f.tar.bz2 biboumi-b7789fe586f375f09134a0817bd3ac19850c048f.tar.xz biboumi-b7789fe586f375f09134a0817bd3ac19850c048f.zip |
Add a Persistent option on channels
fix #3230
Diffstat (limited to 'doc')
-rw-r--r-- | doc/biboumi.1.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst index 353638d..ab7beac 100644 --- a/doc/biboumi.1.rst +++ b/doc/biboumi.1.rst @@ -564,6 +564,13 @@ On a channel JID (e.g on the JID #test%chat.freenode.org@biboumi.example.com) * In encoding: see the option with the same name in the server configuration form. * Out encoding: Currently ignored. + * Persistent: If set to true, biboumi will stay in this channel even when + all the XMPP resources have left the room. I.e. it will not send a PART + command, and will stay idle in the channel until the connection is + forcibly closed. If a resource comes back in the room again, and if + the archiving of messages is enabled for this room, the client will + receive the messages that where sent in this channel. This option can be + used to make biboumi act as an IRC bouncer. Raw IRC messages ---------------- |