Difference between pages "XEP-Remarks/XEP-0352: Client State Indication" and "XEP-Remarks/xep16"

From XMPP WIKI
(Difference between pages)
Jump to navigation Jump to search
 
(Created page with "= XEP-0016: Privacy Lists = == Disallow fall through == A privacy list with a disallow fall through may block communication between client and server (depends on the server ...")
 
Line 1: Line 1:
== No Beacon signaling when the client state changed fully to activated ==
= XEP-0016: Privacy Lists =


Certain use cases require to determine when the client state has been changed to "activated" (i.e. for most implementation when the last flushed (presence) stanza has been received). Imagine for example an client which determines the receiving JIDs based on presences. First this clients sets CSI to active and then it has to determine somehow when the presence information is up to date.
== Disallow fall through ==


It would be sufficient if the server would send a beacon message like
A privacy list with a disallow fall through may block communication between client and server (depends on the server implementation).


<nowiki>
<message to='client@examle.org/resource'>
  <csi xmlns='urn:xmpp:csi:1'>
    <activated/>
  </csi>
</message></nowiki>


=== Behavior on stream resumption is underspecified ===
http://mail.jabber.org/pipermail/jdev/2014-January/089833.html
 
http://mail.jabber.org/pipermail/standards/2014-August/029102.html

Revision as of 20:10, 17 December 2014

XEP-0016: Privacy Lists

Disallow fall through

A privacy list with a disallow fall through may block communication between client and server (depends on the server implementation).


http://mail.jabber.org/pipermail/jdev/2014-January/089833.html