diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-03-19 00:51:33 +0100 |
|---|---|---|
| committer | Holger Weiß <holger@zedat.fu-berlin.de> | 2014-03-19 00:51:33 +0100 |
| commit | e360c56f876e191b9ef4f7b2fd7d5fc3afad1cc1 (patch) | |
| tree | 29c4e404360b694c5546ac40b3741008a7dc6d94 /doc/guide.tex | |
| parent | Remove some commented out code (diff) | |
Support XEP-0198 session resumption
Implement the optional session resumption feature described in XEP-0198.
A client that supports this feature may now resume the previous session
(within a configurable number of seconds) if the connection was lost.
During resumption, ejabberd will retransmit any stanzas that hadn't been
acknowledged by the client.
Diffstat (limited to 'doc/guide.tex')
| -rw-r--r-- | doc/guide.tex | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 59f39e256..23752a27d 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -871,8 +871,8 @@ The available modules, their purpose and the options allowed by each one are: Handles c2s connections.\\ Options: \texttt{access}, \texttt{certfile}, \texttt{ciphers}, \texttt{max\_ack\_queue}, \texttt{max\_fsm\_queue}, - \texttt{max\_stanza\_size}, \texttt{shaper}, - \texttt{starttls}, \texttt{starttls\_required}, + \texttt{max\_stanza\_size}, \texttt{resume\_timeout}, + \texttt{shaper}, \texttt{starttls}, \texttt{starttls\_required}, \texttt{stream\_management}, \texttt{tls}, \texttt{zlib}, \texttt{tls\_compression} \titem{\texttt{ejabberd\_s2s\_in}} @@ -1007,6 +1007,13 @@ request_handlers: /"a"/"b": mod_foo /"http-bind": mod_http_bind \end{verbatim} + \titem{resume\_timeout: Seconds} + This option configures the number of seconds until a session times + out if the connection is lost. During this period of time, a client + may resume the session if \term{stream\_management} is enabled. This + option can be specified for \term{ejabberd\_c2s} listeners. Setting + it to \term{0} effectively disables session resumption. The default + value is \term{300}. \titem{service\_check\_from: true|false} \ind{options!service\_check\_from} This option can be used with \term{ejabberd\_service} only. |
