mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
1.0 DRAFT
This commit is contained in:
parent
8d0f456d40
commit
019f182232
13
xep-0220.xml
13
xep-0220.xml
@ -10,8 +10,7 @@
|
||||
<abstract>This specification defines the Server Dialback protocol, which is used between XMPP servers to provide identity verification. Server Dialback uses the Domain Name System (DNS) as the basis for verifying identity; the basic approach is that when a receiving server accepts a server-to-server connection from an initiating server, it does not process XMPP stanzas over the connection until it has verified the initiating server's identity. Additionally, the protocol is used to negotitate whether the receiving server is accepting stanzas for the target domain. Although Server Dialback does not provide strong authentication and is subject to DNS poisoning attacks, it has effectively prevented most address spoofing on the XMPP network since its development in the year 2000.</abstract>
|
||||
&LEGALNOTICE;
|
||||
<number>0220</number>
|
||||
<status>Proposed</status>
|
||||
<lastcall>2013-05-10</lastcall>
|
||||
<status>Draft</status>
|
||||
<type>Standards Track</type>
|
||||
<sig>Standards</sig>
|
||||
<approver>Council</approver>
|
||||
@ -24,6 +23,12 @@
|
||||
&jer;
|
||||
&stpeter;
|
||||
&fippo;
|
||||
<revision>
|
||||
<version>1.0</version>
|
||||
<date>2013-09-27</date>
|
||||
<initials>psa</initials>
|
||||
<remark>Per a vote of the XMPP Council, advanced status to Draft.</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.15</version>
|
||||
<initials>psa/ph</initials>
|
||||
@ -694,8 +699,8 @@ home.montague.example. 86400 IN A 10.44.0.
|
||||
<p>The ®ISTRAR; includes 'jabber:server:dialback' in its registry of protocol namespaces (see &NAMESPACES;).</p>
|
||||
</section2>
|
||||
<section2 topic='Stream Features' anchor='registrar-stream'>
|
||||
<p>The XMPP Registrar shall include 'urn:xmpp:features:dialback' in its registry of stream features (see &STREAMFEATURES;).</p>
|
||||
<p>The submission is as follows:</p>
|
||||
<p>The XMPP Registrar includes 'urn:xmpp:features:dialback' in its registry of stream features (see &STREAMFEATURES;).</p>
|
||||
<p>The registration is as follows:</p>
|
||||
<code><![CDATA[
|
||||
<feature>
|
||||
<ns>urn:xmpp:features:dialback</ns>
|
||||
|
Loading…
Reference in New Issue
Block a user