XEP-0233: Issue LC

This commit is contained in:
Sam Whited 2017-02-08 16:44:09 -06:00
parent b7be42cff5
commit 3016c110d6
1 changed files with 7 additions and 6 deletions

View File

@ -10,7 +10,8 @@
<abstract>This specification defines the Kerberos principal name of an XMPP server. It also details a method by which a connecting client can determine this Kerberos principal name when authenticating using the "GSSAPI" SASL mechanism.</abstract> <abstract>This specification defines the Kerberos principal name of an XMPP server. It also details a method by which a connecting client can determine this Kerberos principal name when authenticating using the "GSSAPI" SASL mechanism.</abstract>
&LEGALNOTICE; &LEGALNOTICE;
<number>0233</number> <number>0233</number>
<status>Deferred</status> <status>Proposed</status>
<lastcall>2017-02-22</lastcall>
<type>Standards Track</type> <type>Standards Track</type>
<sig>Standards</sig> <sig>Standards</sig>
<approver>Council</approver> <approver>Council</approver>
@ -21,7 +22,7 @@
</dependencies> </dependencies>
<supersedes/> <supersedes/>
<supersededby/> <supersededby/>
<shortname>NOT YET ASSIGNED</shortname> <shortname>kerberos5</shortname>
&linuxwolf; &linuxwolf;
&stpeter; &stpeter;
&hildjj; &hildjj;
@ -127,8 +128,8 @@
<mechanism>GSSAPI</mechanism> <mechanism>GSSAPI</mechanism>
<mechanism>DIGEST-MD5</mechanism> <mechanism>DIGEST-MD5</mechanism>
<hostname xmlns='urn:xmpp:domain-based-name:1'>auth42.us.example.com</hostname> <hostname xmlns='urn:xmpp:domain-based-name:1'>auth42.us.example.com</hostname>
</mechanisms> </mechanisms>
]]></example> ]]></example>
<p>To use the "GSSAPI" SASL mechanism, the client needs to determine the Kerberos principal name of the XMPP server, which will be:</p> <p>To use the "GSSAPI" SASL mechanism, the client needs to determine the Kerberos principal name of the XMPP server, which will be:</p>
<ul> <ul>
<li>the domain-based service name "xmpp/auth42.us.example.com/example.com@EXAMPLE.COM" if the client is using GSS-API.</li> <li>the domain-based service name "xmpp/auth42.us.example.com/example.com@EXAMPLE.COM" if the client is using GSS-API.</li>
@ -141,7 +142,7 @@
</section1> </section1>
<section1 topic='IANA Considerations' anchor='iana'> <section1 topic='IANA Considerations' anchor='iana'>
<p>This document requires no interaction with &IANA;.</p> <p>This document requires no interaction with &IANA;.</p>
</section1> </section1>
<section1 topic='XMPP Registrar Considerations' anchor='registrar'> <section1 topic='XMPP Registrar Considerations' anchor='registrar'>
@ -170,7 +171,7 @@
<xs:element name='hostname' type='xs:string'/> <xs:element name='hostname' type='xs:string'/>
</xs:schema> </xs:schema>
]]></code> ]]></code>
</section1> </section1>
<section1 topic='Acknowledgements' anchor='ack'> <section1 topic='Acknowledgements' anchor='ack'>