From fb6a27747b2adcbb6f24ed5d8ff216263dcf0568 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sun, 13 Sep 2015 21:40:30 +0200 Subject: [PATCH] Fix description of XEP-65's element --- xep-0065.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/xep-0065.xml b/xep-0065.xml index c2de88c6..36e716ef 100644 --- a/xep-0065.xml +++ b/xep-0065.xml @@ -29,6 +29,16 @@ &linuxwolf; &stpeter; &infiniti; + + 1.8.1 + 2015-09-17 + fs + +
    +
  • Fixed description of activate element in 9.4.
  • +
+
+
1.8 2011-04-20 @@ -776,7 +786,7 @@ DATA = (payload)

The "jid" attribute specifies the JID of the StreamHost. This attribute MUST be present, and MUST be a valid JID for communication over XMPP.

-

The <activate/> element is sent from the Requester to the Proxy in order to formally start the bytestream. This element is always empty and has no defined attributes.

+

The <activate/> element is sent from the Requester to the Proxy in order to formally start the bytestream. This element has no defined attributes and its XML character data specifies the JID of the target.

The <udpsuccess/> element is sent from the StreamHost to the Target or Requester to indicate that the StreamHost has received a UDP initialization packet.