comparison mod_restrict_xmpp/README.markdown @ 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 459a4001c1d9
children
comparison
equal deleted inserted replaced
5767:a967bb4972c5 5768:62654f523c6a
23 23
24 Permissions 24 Permissions
25 =========== 25 ===========
26 26
27 `xmpp:federate` 27 `xmpp:federate`
28 : Communicate with other users and services on other hosts on the XMPP network 28 : Communicate with other users and services on other hosts on the XMPP
29 network
30
29 `xmpp:account:messages:read` 31 `xmpp:account:messages:read`
30 : Read incoming messages 32 : Read incoming messages
33
31 `xmpp:account:messages:write` 34 `xmpp:account:messages:write`
32 : Send outgoing messages 35 : Send outgoing messages
36
33 `xmpp:account:presence:write` 37 `xmpp:account:presence:write`
34 : Update presence for the account 38 : Update presence for the account
39
35 `xmpp:account:contacts:read`/`xmpp:account:contacts:write` 40 `xmpp:account:contacts:read`/`xmpp:account:contacts:write`
36 : Controls access to the contact list (roster) 41 : Controls access to the contact list (roster)
42
37 `xmpp:account:bookmarks:read`/`xmpp:account:bookmarks:write` 43 `xmpp:account:bookmarks:read`/`xmpp:account:bookmarks:write`
38 : Controls access to the bookmarks (group chats list) 44 : Controls access to the bookmarks (group chats list)
45
39 `xmpp:account:profile:read`/`xmpp:account:profile:write` 46 `xmpp:account:profile:read`/`xmpp:account:profile:write`
40 : Controls access to the user's profile (e.g. vCard/avatar) 47 : Controls access to the user's profile (e.g. vCard/avatar)
48
41 `xmpp:account:omemo:read`/`xmpp:account:omemo:write` 49 `xmpp:account:omemo:read`/`xmpp:account:omemo:write`
42 : Controls access to the user's OMEMO data 50 : Controls access to the user's OMEMO data
51
43 `xmpp:account:blocklist:read`/`xmpp:account:blocklist:write` 52 `xmpp:account:blocklist:read`/`xmpp:account:blocklist:write`
44 : Controls access to the user's block list 53 : Controls access to the user's block list
54
45 `xmpp:account:disco:read` 55 `xmpp:account:disco:read`
46 : Controls access to the user's service discovery information 56 : Controls access to the user's service discovery information
47 57
48 Compatibility 58 Compatibility
49 ============= 59 =============
50 60
51 Requires Prosody trunk 72f431b4dc2c (build 1444) or later. 61 Requires Prosody trunk 72f431b4dc2c (build 1444) or later.