Mercurial > prosody-modules
changeset 5768:62654f523c6a
mod_restrict_xmpp/README: Fix definition list rendering
Pandoc wants a blank line between items.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 04 Dec 2023 00:08:27 +0100 |
parents | a967bb4972c5 |
children | bb4335c8f500 |
files | mod_restrict_xmpp/README.markdown |
diffstat | 1 files changed, 20 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_restrict_xmpp/README.markdown Sun Dec 03 23:51:54 2023 +0100 +++ b/mod_restrict_xmpp/README.markdown Mon Dec 04 00:08:27 2023 +0100 @@ -25,25 +25,35 @@ =========== `xmpp:federate` -: Communicate with other users and services on other hosts on the XMPP network +: Communicate with other users and services on other hosts on the XMPP + network + `xmpp:account:messages:read` -: Read incoming messages +: Read incoming messages + `xmpp:account:messages:write` -: Send outgoing messages +: Send outgoing messages + `xmpp:account:presence:write` -: Update presence for the account +: Update presence for the account + `xmpp:account:contacts:read`/`xmpp:account:contacts:write` -: Controls access to the contact list (roster) +: Controls access to the contact list (roster) + `xmpp:account:bookmarks:read`/`xmpp:account:bookmarks:write` -: Controls access to the bookmarks (group chats list) +: Controls access to the bookmarks (group chats list) + `xmpp:account:profile:read`/`xmpp:account:profile:write` -: Controls access to the user's profile (e.g. vCard/avatar) +: Controls access to the user's profile (e.g. vCard/avatar) + `xmpp:account:omemo:read`/`xmpp:account:omemo:write` -: Controls access to the user's OMEMO data +: Controls access to the user's OMEMO data + `xmpp:account:blocklist:read`/`xmpp:account:blocklist:write` -: Controls access to the user's block list +: Controls access to the user's block list + `xmpp:account:disco:read` -: Controls access to the user's service discovery information +: Controls access to the user's service discovery information Compatibility =============