mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-13 06:48:21 -05:00
XEP-0410: advertise self-ping optimization
This commit is contained in:
parent
f24dff484b
commit
4bc357a0ad
14
xep-0410.xml
14
xep-0410.xml
@ -174,7 +174,19 @@
|
|||||||
ping request might never be responded to.</p>
|
ping request might never be responded to.</p>
|
||||||
<p>Therefore, a MUC service supporting this protocol may directly respond
|
<p>Therefore, a MUC service supporting this protocol may directly respond
|
||||||
to a participant's Ping request to the participant's own nickname, as
|
to a participant's Ping request to the participant's own nickname, as
|
||||||
opposed to routing it to any of the participant's clients.</p>
|
opposed to routing it to any of the participant's clients. A service
|
||||||
|
implementing this behavior needs to advertise the
|
||||||
|
<tt>self-ping-optimization</tt> feature in the &xep0030; response on
|
||||||
|
the individual MUC room JIDs.</p>
|
||||||
|
<example caption='MUC Service Advertises Self-Ping Optimization'><![CDATA[
|
||||||
|
<iq from='darkcave@chat.shakespeare.lit'
|
||||||
|
type='result'>
|
||||||
|
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||||
|
<!-- ... -->
|
||||||
|
<feature var='http://jabber.org/protocol/muc#self-ping-optimization'/>
|
||||||
|
</query>
|
||||||
|
</iq>
|
||||||
|
]]></example>
|
||||||
</section2>
|
</section2>
|
||||||
</section1>
|
</section1>
|
||||||
<section1 topic='Implementation Notes' anchor='impl'>
|
<section1 topic='Implementation Notes' anchor='impl'>
|
||||||
|
Loading…
Reference in New Issue
Block a user