Software / code / prosody-modules
Annotate
mod_stanzadebug/README.md @ 6303:d73cae8d80ce
mod_cloud_notify: actually fix labels
diff --git a/mod_cloud_notify/README.md b/mod_cloud_notify/README.md
--- a/mod_cloud_notify/README.md
+++ b/mod_cloud_notify/README.md
@@ -1,7 +1,7 @@
----
--labels:
--- 'Stage-Beta'
--summary: 'XEP-0357: Cloud push notifications'
+labels:
+- 'Stage-Beta'
+summary: 'XEP-0357: Cloud push notifications'
----
# Introduction
| author | Menel <menel@snikket.de> |
|---|---|
| date | Fri, 13 Jun 2025 10:48:20 +0200 |
| parent | 6101:3d09c17aa73a |
| rev | line source |
|---|---|
| 1803 | 1 --- |
|
2488
590ac12b7671
mod_stanzadebug: Like mod_rawdebug but stanzas instead of the raw bytes
Kim Alvefur <zash@zash.se>
parents:
2256
diff
changeset
|
2 summary: Extra verbose stanza logging |
|
6101
3d09c17aa73a
mod_stanzadebug: markdown syntax correction
Menel <menel@snikket.de>
parents:
6100
diff
changeset
|
3 labels: |
| 6100 | 4 - Stage-Merged |
|
6101
3d09c17aa73a
mod_stanzadebug: markdown syntax correction
Menel <menel@snikket.de>
parents:
6100
diff
changeset
|
5 - Type-Logging |
| 6100 | 6 ... |
| 7 | |
| 8 ::: {.alert .alert-info} | |
| 9 This module has been merged into Prosody as [mod_stanza_debug][doc:modules:mod_stanza_debug]. | |
| 10 ::: | |
| 1803 | 11 |
|
2256
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
12 Summary |
|
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
13 ======= |
| 1803 | 14 |
|
2488
590ac12b7671
mod_stanzadebug: Like mod_rawdebug but stanzas instead of the raw bytes
Kim Alvefur <zash@zash.se>
parents:
2256
diff
changeset
|
15 This module logs the full stanzas that are sent and received into debug |
|
590ac12b7671
mod_stanzadebug: Like mod_rawdebug but stanzas instead of the raw bytes
Kim Alvefur <zash@zash.se>
parents:
2256
diff
changeset
|
16 logs, for debugging purposes. |
| 6100 | 17 |
| 18 | |
| 19 Compatibility | |
| 20 ============= | |
| 21 | |
| 22 Prosody Version Status | |
| 23 --------------- ------ | |
| 24 trunk Merged | |
| 25 0.12 Merged |