From 0c9701f3fc34e1d1531d408844535c77f4f77cfa Mon Sep 17 00:00:00 2001 From: HanzZ Date: Sat, 12 Jan 2013 16:35:02 +0100 Subject: [PATCH] bouncer documentation --- documentation/configuration/bouncer.md | 16 ++++++++++++++++ documentation/index.md | 1 + 2 files changed, 17 insertions(+) create mode 100644 documentation/configuration/bouncer.md diff --git a/documentation/configuration/bouncer.md b/documentation/configuration/bouncer.md new file mode 100644 index 00000000..7ba30543 --- /dev/null +++ b/documentation/configuration/bouncer.md @@ -0,0 +1,16 @@ +--- +layout: page +title: Spectrum 2 +--- + +Spectrum 2 can work as a [bouncer](http://en.wikipedia.org/wiki/BNC_%28software%29). When this feature is enabled and +XMPP user disconnects, it stays connected to legacy network. All messages (even those from multi user chat rooms) are cached +and once the XMPP user connects again, they are forwarded to him. + +### Enabling bouncer as a user + +Your client has to support Ad-Hoc commands. Then you just have to execute "Transport settings" command provided by the +Spectrum 2 transport. You will see checkbox with "Stay connected to legacy network when offline on XMPP" label. When you check +it and finish this command, bouncer mode will be enabled. + +If you now join some room, there is no other way to left it than disabling bouncer mode, leave the room and enabling it again. diff --git a/documentation/index.md b/documentation/index.md index 7c6da1f1..3ff2bd3e 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -24,6 +24,7 @@ title: Spectrum 2 * [PostgreSQL Support](configuration/postgresql.html) * [Using SSL in server mode](configuration/server_ssl.html) * [Logging](configuration/logging.html) +* [Spectrum as bouncer](configuration/bouncer.html) #### Backends