Mercurial > prosody-modules
annotate mod_s2s_auth_monkeysphere/README.markdown @ 2596:ffb6646b4253
Implement XEP-0198 revision 1.5.2 and limit number of hibernated sessions per user
Revision 1.5.2 allows sending h-values on resumes that fail due to hibernation timeout
and to send out a smacks ack directly before the stream close tag.
I also made the used timers stoppable even for prosody 0.10 and below, this makes
the smacks-ack-delayed event more useful.
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sun, 05 Mar 2017 20:23:53 +0100 |
parents | 4d73a1a6ba68 |
children | c8c9c940ec2d |
rev | line source |
---|---|
1803 | 1 --- |
2 labels: | |
3 - 'Stage-Alpha' | |
4 - 'Type-S2SAuth' | |
5 summary: Monkeysphere certificate checking for s2s | |
6 ... | |
7 | |
8 Introduction | |
9 ------------ | |
10 | |
11 [Monkeysphere](http://web.monkeysphere.info/) is a project aiming to | |
12 introduce PGP's web of trust to protocols such as SSH and TLS (which | |
13 XMPP uses). | |
14 | |
15 Details | |
16 ------- | |
17 | |
18 This module is currently just a prototype, it has numerous issues and is | |
19 **not** suitable for production use. | |
20 | |
21 Compatibility | |
22 ------------- | |
23 | |
24 ------- ------- | |
25 trunk Works | |
26 0.10 Works | |
27 0.9 Works | |
28 ------- ------- |