Mercurial > prosody-modules
annotate mod_rawdebug/README.markdown @ 3918:dea6bea2ddd3
mod_http_oauth2: Refactor re-joining of JID out of token constructor
Preparing for resource-bound tokens and handling of Components
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 27 Feb 2020 22:58:56 +0100 |
parents | c5c583fae25d |
children |
rev | line source |
---|---|
1803 | 1 --- |
2256
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
2 summary: Extra verbose logging of sent and received |
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
3 --- |
1803 | 4 |
2256
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
5 Summary |
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
6 ======= |
1803 | 7 |
8 Sometimes it is useful to get the raw XML logs from clients for | |
2256
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
9 debugging purposes, but some clients don't expose this. |
1803 | 10 |
2256
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
11 This module logs dumps everything sent and received into debug logs, for |
c5c583fae25d
mod_rawdebug: Simplify, remove telnet command, log every single byte
Kim Alvefur <zash@zash.se>
parents:
1937
diff
changeset
|
12 debugging purposes. |