# HG changeset patch # User Matthew Wild # Date 1661171281 -3600 # Node ID 34fb3d239ac1669b96e3c5a05187916371023e8c # Parent 5dadbe0718f11cad29f3b9f805d47988de502998 */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 diff -r 5dadbe0718f1 -r 34fb3d239ac1 mod_admin_message/README.markdown --- 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 --------- --------------- diff -r 5dadbe0718f1 -r 34fb3d239ac1 mod_admin_probe/README.markdown --- 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 `` to any local user and receive their presence in response, bypassing roster checks. + +Compatibility +============= + + ------- -------------- + trunk Doesn't work (uses is_admin) + 0.12 Works? + ------- -------------- diff -r 5dadbe0718f1 -r 34fb3d239ac1 mod_block_outgoing/README.markdown --- 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 + ------- -------------- + diff -r 5dadbe0718f1 -r 34fb3d239ac1 mod_broadcast/README.markdown --- 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) ------ ------- diff -r 5dadbe0718f1 -r 34fb3d239ac1 mod_data_access/README.markdown --- 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? + ------- -------------- diff -r 5dadbe0718f1 -r 34fb3d239ac1 mod_muc_config_restrict/README.markdown --- 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? ------- -------------- diff -r 5dadbe0718f1 -r 34fb3d239ac1 mod_muc_restrict_rooms/README.markdown --- a/mod_muc_restrict_rooms/README.markdown Thu Aug 18 10:36:58 2022 +0100 +++ b/mod_muc_restrict_rooms/README.markdown Mon Aug 22 13:28:01 2022 +0100 @@ -49,6 +49,7 @@ ============= ----- ------------- + trunk Doesn't work (uses is_admin) 0.9 Works 0.8 Should work ----- -------------