annotate mod_csi_grace_period/README.md @ 6253:502963b86fbc

:multble modules: fix tab-> space diff --git a/mod_admin_blocklist/README.md b/mod_admin_blocklist/README.md --- a/mod_admin_blocklist/README.md +++ b/mod_admin_blocklist/README.md @@ -24,9 +24,9 @@ admin_blocklist_roles = { "prosody:opera # Compatibility Prosody-Version Status - -------------- ------ - trunk* Works - 13 Works - 0.12 Works + ------------ ------ + trunk* Works + 13 Works + 0.12 Works *as of 2025-06-13 diff --git a/mod_csi_grace_period/README.md b/mod_csi_grace_period/README.md --- a/mod_csi_grace_period/README.md +++ b/mod_csi_grace_period/README.md @@ -16,9 +16,9 @@ pocket is not the best use of radio time Works with [mod_csi_simple][doc:modules:mod_csi_simple] which is included with Prosody. - ------- ------- - trunk* Works - 13 Works - 0.12 Works + ------- ------- + trunk* Works + 13 Works + 0.12 Works *as of 2025-06-13 diff --git a/mod_http_upload_external/README.md b/mod_http_upload_external/README.md --- a/mod_http_upload_external/README.md +++ b/mod_http_upload_external/README.md @@ -87,10 +87,10 @@ Compatibility ============= Prosody-Version Status - ---------------- -------------------- - trunk Works as of 25-06-13 - 13 Works - 0.12 Works + ---------------- -------------------- + trunk Works as of 25-06-13 + 13 Works + 0.12 Works Implementation ============== diff --git a/mod_muc_moderation/README.md b/mod_muc_moderation/README.md --- a/mod_muc_moderation/README.md +++ b/mod_muc_moderation/README.md @@ -27,11 +27,10 @@ modules_enabled = { # Compatibility - ------- --------------- - trunk Works^[as of 2025-06-13] - 13 Works - 0.12 Works - ------- --------------- + ------- --------------- + trunk Works^[as of 2025-06-13] + 13 Works + 0.12 Works ## XEP version diff --git a/mod_s2s_idle_timeout/README.md b/mod_s2s_idle_timeout/README.md --- a/mod_s2s_idle_timeout/README.md +++ b/mod_s2s_idle_timeout/README.md @@ -25,10 +25,9 @@ Compatibility ============= Prosody Version Status - ----------------- ----------- - trunk[^1] Works - 13 Works - 0.12 Works - ----------------- ----------- + ----------------- ----------- + trunk[^1] Works + 13 Works + 0.12 Works [^1]: as of 2025-06-13 diff --git a/mod_s2s_keepalive/README.md b/mod_s2s_keepalive/README.md --- a/mod_s2s_keepalive/README.md +++ b/mod_s2s_keepalive/README.md @@ -34,10 +34,9 @@ Compatibility ============= Prosody Version Status - ----------------- ----------- - trunk[^1] Works - 13 Works - 0.12 Works - ----------------- ----------- + ----------------- ----------- + trunk[^1] Works + 13 Works + 0.12 Works [^1]: as of 2025-06-13
author Menel <menel@snikket.de>
date Fri, 13 Jun 2025 09:58:51 +0200
parents 1661f6a74141
children 611380cfad75
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5979
9ca62b2cdeca mod_csi_grace_period: ADD README lables and Sections
Menel <menel@snikket.de>
parents: 5975
diff changeset
1 ---
9ca62b2cdeca mod_csi_grace_period: ADD README lables and Sections
Menel <menel@snikket.de>
parents: 5975
diff changeset
2 summary: Don't wake inactive clients, if annother is in use.
9ca62b2cdeca mod_csi_grace_period: ADD README lables and Sections
Menel <menel@snikket.de>
parents: 5975
diff changeset
3 labels:
9ca62b2cdeca mod_csi_grace_period: ADD README lables and Sections
Menel <menel@snikket.de>
parents: 5975
diff changeset
4 - 'Stage-Beta'
9ca62b2cdeca mod_csi_grace_period: ADD README lables and Sections
Menel <menel@snikket.de>
parents: 5975
diff changeset
5 ...
9ca62b2cdeca mod_csi_grace_period: ADD README lables and Sections
Menel <menel@snikket.de>
parents: 5975
diff changeset
6
9ca62b2cdeca mod_csi_grace_period: ADD README lables and Sections
Menel <menel@snikket.de>
parents: 5975
diff changeset
7 # Introduction
9ca62b2cdeca mod_csi_grace_period: ADD README lables and Sections
Menel <menel@snikket.de>
parents: 5975
diff changeset
8
3507
5c37d759b1e2 mod_csi_grace_period: Server-side grace period logic for CSI
Kim Alvefur <zash@zash.se>
parents:
diff changeset
9 This module helps reduces power usage of inactive mobile clients while
5c37d759b1e2 mod_csi_grace_period: Server-side grace period logic for CSI
Kim Alvefur <zash@zash.se>
parents:
diff changeset
10 another client is actively used. E.g. in the case of chatting on a
5c37d759b1e2 mod_csi_grace_period: Server-side grace period logic for CSI
Kim Alvefur <zash@zash.se>
parents:
diff changeset
11 desktop computer, instantly pushing messages to a phone in someones
5c37d759b1e2 mod_csi_grace_period: Server-side grace period logic for CSI
Kim Alvefur <zash@zash.se>
parents:
diff changeset
12 pocket is not the best use of radio time.
5c37d759b1e2 mod_csi_grace_period: Server-side grace period logic for CSI
Kim Alvefur <zash@zash.se>
parents:
diff changeset
13
5979
9ca62b2cdeca mod_csi_grace_period: ADD README lables and Sections
Menel <menel@snikket.de>
parents: 5975
diff changeset
14 # Compatibility
9ca62b2cdeca mod_csi_grace_period: ADD README lables and Sections
Menel <menel@snikket.de>
parents: 5975
diff changeset
15
3507
5c37d759b1e2 mod_csi_grace_period: Server-side grace period logic for CSI
Kim Alvefur <zash@zash.se>
parents:
diff changeset
16 Works with [mod_csi_simple][doc:modules:mod_csi_simple] which is
5979
9ca62b2cdeca mod_csi_grace_period: ADD README lables and Sections
Menel <menel@snikket.de>
parents: 5975
diff changeset
17 included with Prosody.
9ca62b2cdeca mod_csi_grace_period: ADD README lables and Sections
Menel <menel@snikket.de>
parents: 5975
diff changeset
18
6253
502963b86fbc :multble modules: fix tab-> space
Menel <menel@snikket.de>
parents: 6252
diff changeset
19 ------- -------
502963b86fbc :multble modules: fix tab-> space
Menel <menel@snikket.de>
parents: 6252
diff changeset
20 trunk* Works
502963b86fbc :multble modules: fix tab-> space
Menel <menel@snikket.de>
parents: 6252
diff changeset
21 13 Works
502963b86fbc :multble modules: fix tab-> space
Menel <menel@snikket.de>
parents: 6252
diff changeset
22 0.12 Works
5979
9ca62b2cdeca mod_csi_grace_period: ADD README lables and Sections
Menel <menel@snikket.de>
parents: 5975
diff changeset
23
6252
1661f6a74141 Multible community modules: Update Readme
Menel <menel@snikket.de>
parents: 5979
diff changeset
24 *as of 2025-06-13