Difference between revisions of "Interop Event Test Cases"
Jump to navigation
Jump to search
(→TLS) |
|||
Line 5: | Line 5: | ||
See [http://www.xmpp.org/specs/rfc3920.html#streams Section 4] of [http://www.xmpp.org/specs/rfc3920.html RFC 3920] | See [http://www.xmpp.org/specs/rfc3920.html#streams Section 4] of [http://www.xmpp.org/specs/rfc3920.html RFC 3920] | ||
Should test all [http://www.xmpp.org/specs/rfc3920.html#streams-error-conditions stream error conditions] | Should test all [http://www.xmpp.org/specs/rfc3920.html#streams-error-conditions stream error conditions], in particular the following for stream setup (i.e., before negotiation of TLS, SASL, etc.): | ||
* invalid streams namespace | |||
* unsupported default namespace | |||
* bad namespace prefix | |||
* host gone, host unknown, see other host | |||
* unsupported version | |||
== TLS == | == TLS == |
Revision as of 21:15, 26 June 2006
This page lists various test cases that will be addressed at the Interop Event.
XML Streams
Should test all stream error conditions, in particular the following for stream setup (i.e., before negotiation of TLS, SASL, etc.):
- invalid streams namespace
- unsupported default namespace
- bad namespace prefix
- host gone, host unknown, see other host
- unsupported version
TLS
Should test the following:
- Self-signed certificates
- Certificates issued by root CA
- Certicates issued by Intermediate CA
SASL
Resource Binding
Address Determination
See Section 3.5 of RFC 3920