Difference between revisions of "XMPP Summit Interop"
Jump to navigation
Jump to search
m (Clarify the issue with Lua's cert library) |
(Add comment about Prosody/s2s TLS) |
||
Line 129: | Line 129: | ||
=== Encrypted s2s matrix === | === Encrypted s2s matrix === | ||
<table border="1"> | <table border="1"> | ||
Line 181: | Line 180: | ||
</tr> | </tr> | ||
</table> | </table> | ||
* Notes | |||
** Prosody fails all tests because Lua's cert libraries are unable to verify the certificate identity. | |||
* Comments | |||
** Was the test of encryption only, or also SASL EXTERNAL? Prosody is certainly successful at encryption (and verifying that a certificate is trusted), however pending improvement of LuaSec it doesn't use certificates for authentication, and still uses dialback for that. --[[User:MattJ|MattJ]] 17:20, 22 July 2010 (UTC) |
Revision as of 17:20, 22 July 2010
Interop Testing Details
Network Info
- DNS Server: 192.168.87.1
- 2010 XMPP Interop DNSmasq config
Clients
Servers
Server Type | Owner | Hostname | Status | Psi | Gajim | BOSH | CORS |
---|---|---|---|---|---|---|---|
Prosody | Bear | prosody.example.com | Up | ✓ | ✓ | ✓ | ✓ |
ejabberd | Jerome | ejabberd.example.com | Up | ✓ | ✓ | ✓ | ✓ |
SoapBox | Dave | soapbox.example.com | Up | ✓ | ✓ | ✗ | ✗ |
XCP | Jack E | xcp.example.com | Up | ✓ | ✓ | ✓ | ✓ |
Tigase* | Steffen | tigase.example.com | Up | ✓ | ✓ | ✓ | ✗ |
- Notes
- SoapBox: s2s stream header does not contain required version attribute.
- Tigase: s2s stream header does not contain required version attribute. Joe and Steffen made a patch that will solve this problem.
Unencrypted s2s matrix
Prosody | ejabberd | XCP | Soapbox | Tigase | |
---|---|---|---|---|---|
Prosody | ✓ | ✓ | ✓ | ✓ | |
ejabberd | ✓ | ✓ | ✓ | ||
XCP | ✓ | ✓ | |||
Soapbox | ✓ | ||||
Tigase |
Encrypted s2s matrix
Prosody | ejabberd | XCP | Soapbox | Tigase | |
---|---|---|---|---|---|
Prosody | ✗ | ✗ | ✗ | ✗ | |
ejabberd | ✓ | ||||
XCP | ✓ | ||||
Soapbox | |||||
Tigase |
- Notes
- Prosody fails all tests because Lua's cert libraries are unable to verify the certificate identity.
- Comments
- Was the test of encryption only, or also SASL EXTERNAL? Prosody is certainly successful at encryption (and verifying that a certificate is trusted), however pending improvement of LuaSec it doesn't use certificates for authentication, and still uses dialback for that. --MattJ 17:20, 22 July 2010 (UTC)