# HG changeset patch # User Kim Alvefur # Date 1701644907 -3600 # Node ID 62654f523c6a2b232323c59884ea10d666eefbbd # Parent a967bb4972c5257a456d870ec3c936a3c945c88a mod_restrict_xmpp/README: Fix definition list rendering Pandoc wants a blank line between items. diff -r a967bb4972c5 -r 62654f523c6a mod_restrict_xmpp/README.markdown --- 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 =============