diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2014-10-27 14:14:52 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2014-10-27 14:18:09 +0300 |
commit | 74b67fa0dcdcc9a609b9dd5f9b3baec18a7980e2 (patch) | |
tree | a3d859d8fdf2e39101ef3f359b9f01db110ae710 /doc | |
parent | Merge branch 'master' of github.com:processone/ejabberd (diff) |
Add new option: store_empty_body
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index efebc252..2c20df95 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -3819,6 +3819,8 @@ online again. Thus it is very similar to how email works. Note that The default value is \term{max\_user\_offline\_messages}. Then you can define an access rule with a syntax similar to \term{max\_user\_sessions} (see \ref{configmaxsessions}). + \titem{store\_empty\_body: true|false}\ind{options!store\_empty\_body} Whether or not + to store messages with empty \term{<body/>} element. The default value is \term{true}. \end{description} This example allows power users to have as much as 5000 offline messages, |