Software / code / prosody-modules
Diff
mod_restrict_xmpp/README.markdown @ 5856:75dee6127829
Merge upstream
| author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
|---|---|
| date | Tue, 06 Feb 2024 18:32:01 +0700 |
| parent | 5791:62654f523c6a |
line wrap: on
line diff
--- a/mod_restrict_xmpp/README.markdown Tue Aug 29 23:51:17 2023 +0700 +++ b/mod_restrict_xmpp/README.markdown Tue Feb 06 18:32:01 2024 +0700 @@ -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 =============