Difference between revisions of "Interop Event Test Cases"

From XMPP WIKI
Jump to navigation Jump to search
 
m
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This page is a stub. First we'll list the test cases, then flesh them out.
This page lists various test cases that will be addressed at the [[Interop Event]].
 
== XML Streams ==
 
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], 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 ==
 
See [http://www.xmpp.org/specs/rfc3920.html#tls Section 5] of [http://www.xmpp.org/specs/rfc3920.html RFC 3920]
 
Should test the following:
 
* Self-signed certificates
* Certificates issued by root CA
* Certificates issued by Intermediate CA
 
Testing non-cert TLS auth (e.g., IPSec) is probably out of scope for now...
 
== SASL ==
 
See [http://www.xmpp.org/specs/rfc3920.html#sasl Section 6] of [http://www.xmpp.org/specs/rfc3920.html RFC 3920] (including authzid)
 
== Resource Binding ==
 
See [http://www.xmpp.org/specs/rfc3920.html#bind Section 7] of [http://www.xmpp.org/specs/rfc3920.html RFC 3920]
 
== Address Determination ==
 
See [http://www.xmpp.org/specs/rfc3920.html#addressing-determination Section 3.5] of [http://www.xmpp.org/specs/rfc3920.html RFC 3920]
 
== Server Dialback ==
 
See [http://www.xmpp.org/specs/rfc3920.html#dialback Section 8] of [http://www.xmpp.org/specs/rfc3920.html RFC 3920]
 
== Internationalized Domain Names ==
 
See [http://www.xmpp.org/specs/rfc3920.html#rfc.section.3.2 Section 3.2] of [http://www.xmpp.org/specs/rfc3920.html RFC 3920]
 
[[Category:Interop]]

Latest revision as of 19:22, 5 August 2019

This page lists various test cases that will be addressed at the Interop Event.

XML Streams

See Section 4 of RFC 3920

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

See Section 5 of RFC 3920

Should test the following:

  • Self-signed certificates
  • Certificates issued by root CA
  • Certificates issued by Intermediate CA

Testing non-cert TLS auth (e.g., IPSec) is probably out of scope for now...

SASL

See Section 6 of RFC 3920 (including authzid)

Resource Binding

See Section 7 of RFC 3920

Address Determination

See Section 3.5 of RFC 3920

Server Dialback

See Section 8 of RFC 3920

Internationalized Domain Names

See Section 3.2 of RFC 3920