annotate mod_flags/README.md @ 6562:5da6fb562df9 default tip

mod_unified_push: Fix push error handling (fixes #2000) Use the error object that send_iq() passes as an argument to it's reject callback instead of attempting and failing to do the parsing in the callback itself.
author kmq
date Mon, 06 Jul 2026 14:23:57 +0200
parents 7dcddb2a5108
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6467
7dcddb2a5108 mod_flags/README.md: add stage
Menel <menel@snikket.de>
parents: 6250
diff changeset
1 ---
7dcddb2a5108 mod_flags/README.md: add stage
Menel <menel@snikket.de>
parents: 6250
diff changeset
2 summary: View and manage flags on user accounts via shell/API
7dcddb2a5108 mod_flags/README.md: add stage
Menel <menel@snikket.de>
parents: 6250
diff changeset
3 labels:
7dcddb2a5108 mod_flags/README.md: add stage
Menel <menel@snikket.de>
parents: 6250
diff changeset
4 - 'Stage-Merged'
7dcddb2a5108 mod_flags/README.md: add stage
Menel <menel@snikket.de>
parents: 6250
diff changeset
5 ...
7dcddb2a5108 mod_flags/README.md: add stage
Menel <menel@snikket.de>
parents: 6250
diff changeset
6
6250
4ae051999194 mod_flags: Add short stub README with link to Prosody docs
Kim Alvefur <zash@zash.se>
parents:
diff changeset
7 View and manage flags on user accounts via shell/API.
4ae051999194 mod_flags: Add short stub README with link to Prosody docs
Kim Alvefur <zash@zash.se>
parents:
diff changeset
8 See [documentation for mod_flags at Prosody site][doc:modules:mod_flags]
4ae051999194 mod_flags: Add short stub README with link to Prosody docs
Kim Alvefur <zash@zash.se>
parents:
diff changeset
9
4ae051999194 mod_flags: Add short stub README with link to Prosody docs
Kim Alvefur <zash@zash.se>
parents:
diff changeset
10 This module is included with Prosody 13.0.x and is provided here for users of Prosody 0.12.x