Mercurial > prosody-modules
annotate mod_stanzadebug/README.md @ 6072:9edf39d08d06
mod_stanzadebug: mark as merged
| author | Menel <menel@snikket.de> |
|---|---|
| date | Fri, 20 Dec 2024 13:17:10 +0100 |
| parents | fe081789f7b5 |
| children | 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 |
| 6072 | 3 - Stage-Merged |
| 4 ... | |
| 5 | |
| 6 ::: {.alert .alert-info} | |
| 7 This module has been merged into Prosody as [mod_stanza_debug][doc:modules:mod_stanza_debug]. | |
| 8 ::: | |
| 1803 | 9 |
|
2256
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
10 Summary |
|
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
11 ======= |
| 1803 | 12 |
|
2488
590ac12b7671
mod_stanzadebug: Like mod_rawdebug but stanzas instead of the raw bytes
Kim Alvefur <zash@zash.se>
parents:
2256
diff
changeset
|
13 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
|
14 logs, for debugging purposes. |
| 6072 | 15 |
| 16 | |
| 17 Compatibility | |
| 18 ============= | |
| 19 | |
| 20 Prosody Version Status | |
| 21 --------------- ------ | |
| 22 trunk Merged | |
| 23 0.12 Merged |
