From b5924b77908d6762345f95d2972169cc3f93c785 Mon Sep 17 00:00:00 2001 From: Aditya Borikar Date: Thu, 25 Jun 2020 15:30:17 +0530 Subject: [PATCH 1/2] Improve abstract and mention Web Host Metadata Link format --- xep-0156.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0156.xml b/xep-0156.xml index e048ca97..cb550c29 100644 --- a/xep-0156.xml +++ b/xep-0156.xml @@ -7,7 +7,7 @@
Discovering Alternative XMPP Connection Methods - This document defines a DNS TXT Resource Record format for use in discovering alternative methods of connecting to an XMPP server. + This document defines an XMPP Extension Protocol for discovering alternative methods of connecting to an XMPP server using two ways: (1) DNS TXT Resource Record format; and (2) Web Host Metadata Link format. &LEGALNOTICE; 0156 Draft From 4dfa9153c8531fa122a0147d44b2bb1a001f77b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 7 Jul 2020 18:33:06 +0200 Subject: [PATCH 2/2] XEP-0156: add revision block --- xep-0156.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xep-0156.xml b/xep-0156.xml index cb550c29..a592aaff 100644 --- a/xep-0156.xml +++ b/xep-0156.xml @@ -25,6 +25,12 @@ &hildjj; &stpeter; &lance; + + 1.3.1 + 2020-07-07 + adiaholic +

Include all described formats in the abstract, instead of just mentioning the TXT record format.

+
1.3.0 2020-06-23