Mercurial > prosody-modules
changeset 5007:34fb3d239ac1
*/README: Update compatibility info of modules still using legacy is_admin API
mod_admin_message
mod_admin_probe
mod_block_outgoing
mod_broadcast
mod_data_access
mod_muc_config_restrict
mod_muc_restrict_rooms
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 22 Aug 2022 13:28:01 +0100 |
parents | 5dadbe0718f1 |
children | bd63feda3704 |
files | mod_admin_message/README.markdown mod_admin_probe/README.markdown mod_block_outgoing/README.markdown mod_broadcast/README.markdown mod_data_access/README.markdown mod_muc_config_restrict/README.markdown mod_muc_restrict_rooms/README.markdown |
diffstat | 7 files changed, 31 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_admin_message/README.markdown Thu Aug 18 10:36:58 2022 +0100 +++ b/mod_admin_message/README.markdown Mon Aug 22 13:28:01 2022 +0100 @@ -29,7 +29,7 @@ ============= --------- --------------- - trunk Works + trunk Doesn't work (uses is_admin) 0.9 Works \<= 0.8 Not supported --------- ---------------
--- a/mod_admin_probe/README.markdown Thu Aug 18 10:36:58 2022 +0100 +++ b/mod_admin_probe/README.markdown Mon Aug 22 13:28:01 2022 +0100 @@ -5,3 +5,11 @@ This module lets server administrators send `<presence type="probe"/>` to any local user and receive their presence in response, bypassing roster checks. + +Compatibility +============= + + ------- -------------- + trunk Doesn't work (uses is_admin) + 0.12 Works? + ------- --------------
--- a/mod_block_outgoing/README.markdown Thu Aug 18 10:36:58 2022 +0100 +++ b/mod_block_outgoing/README.markdown Mon Aug 22 13:28:01 2022 +0100 @@ -26,3 +26,13 @@ ``` block_outgoing_stanzas defaults to "message" if not specified. + +Compatibility +============= + + ------- -------------- + trunk Doesn't work (uses is_admin) + 0.12 Works + 0.11 Works + ------- -------------- +
--- a/mod_broadcast/README.markdown Thu Aug 18 10:36:58 2022 +0100 +++ b/mod_broadcast/README.markdown Mon Aug 22 13:28:01 2022 +0100 @@ -32,4 +32,5 @@ ------ ------- 0.9 Works 0.10 Works + trunk Doesn't work (uses is_admin) ------ -------
--- a/mod_data_access/README.markdown Thu Aug 18 10:36:58 2022 +0100 +++ b/mod_data_access/README.markdown Mon Aug 22 13:28:01 2022 +0100 @@ -72,3 +72,11 @@ ### TODO - Use `Accept` header. + +Compatibility +============= + + ------- -------------- + trunk Doesn't work (uses is_admin) + 0.12 Works? + ------- --------------
--- a/mod_muc_config_restrict/README.markdown Thu Aug 18 10:36:58 2022 +0100 +++ b/mod_muc_config_restrict/README.markdown Mon Aug 22 13:28:01 2022 +0100 @@ -57,7 +57,6 @@ ============= ------- -------------- - trunk Works - 0.9 Doesn't work - 0.8 Doesn't work + trunk Doesn't work (uses is_admin) + 0.12 Works? ------- --------------