mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 23:10:10 -05:00
XEP-0174: Fix samples, <starttls/> does not have an 'optional' element
As per RFC 6120, <starttls/> only has a <required/> element.
This commit is contained in:
parent
6596b932d6
commit
8ffc86f9e6
@ -387,7 +387,7 @@ R: <?xml version='1.0'?>
|
||||
<example caption="Recipient Sends Stream Features"><![CDATA[
|
||||
R: <stream:features>
|
||||
<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'>
|
||||
<optional/>
|
||||
<required/>
|
||||
</starttls>
|
||||
</stream:features>
|
||||
]]></example>
|
||||
@ -450,7 +450,7 @@ R: <?xml version='1.0'?>
|
||||
<example caption="Recipient Sends Stream Features"><![CDATA[
|
||||
R: <stream:features>
|
||||
<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'>
|
||||
<optional/>
|
||||
<required/>
|
||||
</starttls>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'
|
||||
node='http://code.google.com/p/exodus#QgayPKawpkPSDYmwT/WM94uAlu0='>
|
||||
|
Loading…
Reference in New Issue
Block a user