mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Fix description of XEP-65's <activate/> element
This commit is contained in:
parent
f845947c31
commit
fb6a27747b
12
xep-0065.xml
12
xep-0065.xml
@ -29,6 +29,16 @@
|
||||
&linuxwolf;
|
||||
&stpeter;
|
||||
&infiniti;
|
||||
<revision>
|
||||
<version>1.8.1</version>
|
||||
<date>2015-09-17</date>
|
||||
<initials>fs</initials>
|
||||
<remark>
|
||||
<ul>
|
||||
<li>Fixed description of activate element in 9.4.</li>
|
||||
</ul>
|
||||
</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>1.8</version>
|
||||
<date>2011-04-20</date>
|
||||
@ -776,7 +786,7 @@ DATA = (payload)
|
||||
<p>The "jid" attribute specifies the JID of the StreamHost. This attribute MUST be present, and MUST be a valid JID for communication over XMPP.</p>
|
||||
</section2>
|
||||
<section2 topic='<activate/> Element' anchor='desc-activate'>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
</section2>
|
||||
<section2 topic='<udpsuccess/> Element' anchor='desc-udpsuccess'>
|
||||
<p>The <udpsuccess/> element is sent from the StreamHost to the Target or Requester to indicate that the StreamHost has received a UDP initialization packet.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user