Clarify a little

This commit is contained in:
JC Brand 2016-07-25 13:34:44 +00:00
parent 74e1261592
commit b2e1896274

View File

@ -581,9 +581,11 @@ message_archiving
* Default: ``never``
Provides support for `XEP-0313: Message Archive Management <https://xmpp.org/extensions/xep-0313.html>`_
Provides support for `XEP-0313: Message Archive Management <https://xmpp.org/extensions/xep-0313.html>`_,
whereby messages are archived in the XMPP server for later retrieval. Note, your XMPP server must support
XEP-0313 MAM for this to work.
This sets the default archiving preference. Valid values are ``never``, ``always`` and ``roster``.
This option sets the default archiving preference. Valid values are ``never``, ``always`` and ``roster``.
``roster`` means that only messages to and from JIDs in your roster will be
archived. The other two values are self-explanatory.