<?xml version="1.0"?>
<!-- These are the examples for XSF XEP-0035: SSL/TLS Integration-->
<stream xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en"><!-- Example 1-->
C: <stream:stream xmlns='jabber:client'
                  xmlns:stream='http://etherx.jabber.org/streams'
                  xmlns:tls='http://www.ietf.org/rfc/rfc2595.txt'
                  to='jabber.org'>
S: <stream:stream xmlns='jabber:client'
                  xmlns:stream='http://etherx.jabber.org/streams'
                  xmlns:tls='http://www.ietf.org/rfc/rfc2595.txt'
                  id='12345678'>
    <!-- Example 2-->
C: <stream:stream xmlns='jabber:client'
                  xmlns:stream='http://etherx.jabber.org/streams'
                  xmlns:tls='http://www.ietf.org/rfc/rfc2595.txt'
                  to='jabber.org'>
S: <stream:stream xmlns='jabber:client'
                  xmlns:stream='http://etherx.jabber.org/streams'
                  id='12345678'>
    <!-- Example 3-->
C: <tls:starttls/>
    <!-- Example 4-->
S: </stream:stream>
    <!-- Example 5-->
C: <stream:stream xmlns='jabber:client'
                  xmlns:stream='http://etherx.jabber.org/streams'
                  to='jabber.org'>
S: <stream:stream xmlns='jabber:client'
                  xmlns:stream='http://etherx.jabber.org/streams'
                  id='12345678'>
    </stream>

