Mercurial > prosody-modules
annotate mod_stanzadebug/README.md @ 6319:04c3273cb81f
mod_auth_cyrus: Add empty 'profile' table to SASL handler objects
This is for compatibility with Prosody's built-in util.sasl objects.
A SASL profile table usually includes methods supported by the backend, which
can be used by SASL mechanism handlers to perform operations (such as testing
the password). It also optionally contains a 'cb' field with channel binding
method handlers.
The Cyrus backend doesn't support channel binding, and doesn't have the same
concept of auth backend methods (it handles all that internally, and Prosody
has no insight or control over it).
Thus, we create an empty profile which informs Prosody that the SASL handler
does not support any of the auth or channel binding methods. Some features
will not work, but they didn't work anyway. This just makes it explicit.
This fixes a traceback in mod_sasl2_fast, which expected SASL handlers to
always contain a 'profile' field.
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 04 Sep 2025 10:14:46 +0100 |
| parents | 3d09c17aa73a |
| children |
| 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 |
|
6073
3d09c17aa73a
mod_stanzadebug: markdown syntax correction
Menel <menel@snikket.de>
parents:
6072
diff
changeset
|
3 labels: |
| 6072 | 4 - Stage-Merged |
|
6073
3d09c17aa73a
mod_stanzadebug: markdown syntax correction
Menel <menel@snikket.de>
parents:
6072
diff
changeset
|
5 - Type-Logging |
| 6072 | 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. |
| 6072 | 17 |
| 18 | |
| 19 Compatibility | |
| 20 ============= | |
| 21 | |
| 22 Prosody Version Status | |
| 23 --------------- ------ | |
| 24 trunk Merged | |
| 25 0.12 Merged |
