Nope, sending &lt;/stream&gt; won&#39;t cut it, because Ineed to component to clear out whatever messages are being processed.<div><br></div><div>Basically, our components get hundreds of messages per second, some of them take up to a few seconds to be processed and some of them incur responses to be sent. What I want for the component is the ability to tell the server : please don&#39;t route any more messages to me, let me send a few more though. Makes sense?</div>

<div><br></div><div>Thanks! </div><div><br></div><div>
<br><br><div class="gmail_quote">On Sat, Jan 22, 2011 at 6:18 AM, Waqas Hussain <span dir="ltr">&lt;<a href="mailto:waqas20@gmail.com">waqas20@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

On Sat, Jan 22, 2011 at 12:53 PM, Julien Genestoux<br>
<div class="im">&lt;<a href="mailto:julien.genestoux@gmail.com">julien.genestoux@gmail.com</a>&gt; wrote:<br>
</div><div><div></div><div class="h5">&gt; Hello,<br>
&gt; XMPP Components (XEP 0114) are great... but there we have an issue with<br>
&gt; disconnects. Is there a way to indicate to the servers that this component<br>
&gt; (or instance of this component) will soon be disocnnected and that the<br>
&gt; server should not send more stanzas toward it?<br>
&gt; Maybe this is left to the server&#39;s implementation?<br>
&gt; Thanks,<br>
<br>
</div></div>Steps:<br>
1. Send a stream close from the component to the server: &lt;/stream:stream&gt;<br>
2. Wait for the server to send its own &lt;/stream:stream&gt; and close the<br>
connection.<br>
<br>
The component may receive stanzas between steps 1 and 2, due to the<br>
nature of asynchronous communication.<br>
<div class="im"><br>
<br>
On Sat, Jan 22, 2011 at 2:39 PM, Tuomas Koski &lt;<a href="mailto:koski.tuomas@gmail.com">koski.tuomas@gmail.com</a>&gt; wrote:<br>
&gt; Good point. It would be an excellent feature to have the server to<br>
&gt; buffer the messages for some time. It would speed up deployments even<br>
&gt; on busy hours since it would not matter if a component is &quot;off line&quot;<br>
&gt; for some seconds.<br>
&gt;<br>
&gt; Cheers,<br>
&gt; --<br>
&gt; Tuomas<br>
<br>
</div>XEP-0225 + XEP-0198<br>
<br>
--<br>
<font color="#888888">Waqas Hussain<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
JDev mailing list<br>
Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev" target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>
Unsubscribe: <a href="mailto:JDev-unsubscribe@jabber.org">JDev-unsubscribe@jabber.org</a><br>
_______________________________________________<br>
</div></div></blockquote></div><br></div>