annotate mod_admin_probe/README.markdown @ 2670:6e01878103c0

mod_smacks: Ignore user when writing or reading session_cache on prosody 0.9 At least under some circumstances it seems that session.username is nil when a user tries to resume his session in prosody 0.9. The username is not relevant when no limiting is done (limiting the number of entries in the session cache is only possible in prosody 0.10), so this commit removes the usage of the username when accessing the prosody 0.9 session cache.
author tmolitor <thilo@eightysoft.de>
date Thu, 06 Apr 2017 02:12:14 +0200
parents 3278fa267199
children 34fb3d239ac1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1856
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 ---
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2 summary: Allow server administrators to probe any user
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
3 ...
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
5 This module lets server administrators send `<presence type="probe"/>`
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
6 to any local user and receive their presence in response, bypassing
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
7 roster checks.