Software /
code /
prosody-modules
Comparison
mod_auto_answer_disco_info/README.markdown @ 2900:0286ccacec7c
mod_auto_answer_disco_info: New module answering disco#info queries on the behalf of the recipient
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 07 Mar 2018 17:11:49 +0100 |
child | 4232:908ed8f736bd |
comparison
equal
deleted
inserted
replaced
2899:0273d7583373 | 2900:0286ccacec7c |
---|---|
1 --- | |
2 summary: Answers disco#info queries on the behalf of the recipient | |
3 --- | |
4 | |
5 Description | |
6 =========== | |
7 | |
8 This module intercepts disco#info queries and checks if we already know the | |
9 capabilities of this session, in which case we don’t transmit the iq and answer | |
10 it ourselves. |