One more thing looking up the subscription like joe said could help. for ex:- if the subscription = &quot;from&quot;&nbsp; for a contact. then it means that the contact has subscribed to your presence . You could use this to render add requests .<br>
<br>Also are u are u parsing the &lt;presence .. &lt;/presence&gt; tags properly.... if type = &quot;subscribe&quot; it means that you have recvd an add request from the contact as in<br>&lt;presence type=&quot;subscribe from=&quot;<a href="mailto:shashi_jimi@gmail.com">shashi_jimi@gmail.com</a>&quot; to=&quot;<a href="http://gmsk19@gmail.com/4978C875">gmsk19@gmail.com/4978C875</a>&quot;/&gt;<br>
<br><div class="gmail_quote">On Thu, May 29, 2008 at 10:10 AM, shashi kiran &lt;<a href="mailto:gmsk19@gmail.com">gmsk19@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
vitor, I had tried this quite a few servers the prominent bieng <b>ejabberd. </b>I have also tried this with&nbsp; many <i><b>open XMPP IM systems </b></i>which include j<i><b><a href="http://abber.org" target="_blank">abber.org</a> ,<a href="http://movsoftware.com" target="_blank">movsoftware.com</a></b></i> , evn <i><b>GTalk</b></i> and our own internal IM at my organization. I also did have a bug similar to the one mentioned here but that was not because of the server , it was due to my Client calling deny somewhere in the program which i handled later. It works fine now.<div>
<div></div><div class="Wj3C7c"><br>
<br><div class="gmail_quote">On Wed, May 28, 2008 at 7:56 PM, Joe Hildebrand &lt;<a href="mailto:hildjj@gmail.com" target="_blank">hildjj@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Have you retrieved your roster, also? &nbsp;If so, look at the subscription<br>
attribute on items. &nbsp;If not, you might start getting notifications<br>
when you do.<br>
<div><div></div><div><br>
On May 28, 2008, at 8:20 AM, vitor manuel tavares rodrigues wrote:<br>
<br>
&gt; today i&#39;ve tried with openfire in windows as a jabber server and<br>
&gt; exodus/<br>
&gt; spark as clients.<br>
&gt;<br>
&gt; a client sent an invitation to another client and when I received this<br>
&gt; invitation i&#39;ve logged out without accepting or rejecting the<br>
&gt; invitation.<br>
&gt; when i login again, the invitation did not appear, although I do not<br>
&gt; having<br>
&gt; accepted or rejected in the previous session.<br>
&gt;<br>
&gt; Shashi, you have done this before with which server?<br>
&gt;<br>
&gt;<br>
&gt; regards,<br>
&gt;<br>
&gt; Vitor Rodrigues<br>
&gt;<br>
&gt;<br>
&gt; On Wed, 28 May 2008 10:08:48 +0530, &quot;shashi kiran&quot; &lt;<a href="mailto:gmsk19@gmail.com" target="_blank">gmsk19@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt; I had developed a similar app for mobile. I am for sure he will<br>
&gt;&gt; receive<br>
&gt; the<br>
&gt;&gt; invite the next time he logs in albeit in a different stanza type.<br>
&gt;&gt;<br>
&gt;&gt; *Regards<br>
&gt;&gt; Shashi Kiran G M*<br>
&gt;&gt;<br>
&gt;&gt; On Tue, May 27, 2008 at 11:01 PM, &lt;<a href="mailto:vitor@easyclick.pt" target="_blank">vitor@easyclick.pt</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt;&gt; On 05/27/2008 11:18 AM, <a href="mailto:vitor@easyclick.pt" target="_blank">vitor@easyclick.pt</a> wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt; Hello,<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Le 27 mai 08 � &nbsp;18:23, <a href="mailto:vitor@easyclick.pt" target="_blank">vitor@easyclick.pt</a> a écrit :<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Hi all!!!<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; I&#39;m using jabberd to develop a mobile application.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; When i send an invitation to a friend, he receives a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; notification.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; If he<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; does nothing (accept/deny) and logout, when he login again the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; invitation<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; doesn&#39;t appear, although in database we are not subscribed to<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; each<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; other.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; this notification only apears once?<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; where can i find more information about that?<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; The XMPP specification says it *should* receive the subscription<br>
&gt;&gt;&gt;&gt;&gt;&gt; addition demand on every login until he does something.<br>
&gt;&gt;&gt;&gt;&gt;&gt; It might not depending on which server you are using.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Reference:<br>
&gt;&gt;&gt;&gt;&gt;&gt; RFC 3921 section 9.4: Server Delivery and Client<br>
&gt;&gt;&gt;&gt;&gt;&gt; Acknowledgement of<br>
&gt;&gt;&gt;&gt;&gt;&gt; Subscription Requests and State Change Notifications:<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &quot;In order to require acknowledgement, a server SHOULD send the<br>
&gt;&gt; request<br>
&gt;&gt;&gt;&gt;&gt;&gt; or notification to the recipient each time the recipient logs in,<br>
&gt;&gt;&gt;&gt;&gt;&gt; until the recipient acknowledges receipt of the notification by<br>
&gt;&gt;&gt;&gt;&gt;&gt; &quot;affirming&quot; or &quot;denying&quot; the notification&quot;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt;&gt; Mickaël Rémond<br>
&gt;&gt;&gt;&gt;&gt;&gt; &nbsp;<a href="http://www.process-one.net/" target="_blank">http://www.process-one.net/</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; thank you Micka�l<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; i tried whit different clients and the notification only is show<br>
&gt;&gt; once. I<br>
&gt;&gt;&gt;&gt;&gt; need to force the request to send another notification.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; someone knows if the server has any kind of configuration to solve<br>
&gt;&gt; this<br>
&gt;&gt;&gt;&gt;&gt; or<br>
&gt;&gt;&gt;&gt;&gt; anyone has the same problem?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Typically this is not configurable, since servers are coded to do<br>
&gt;&gt;&gt;&gt; the<br>
&gt;&gt;&gt;&gt; right thing. What codebase are you using?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Peter<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; Peter Saint-Andre<br>
&gt;&gt;&gt;&gt; <a href="https://stpeter.im/" target="_blank">https://stpeter.im/</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; i&#39;m using jabberd-2.1.14 in fedoracore6 so<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; JDev mailing list<br>
&gt;&gt;&gt;&gt; FAQ: <a href="http://www.jabber.org/discussion-lists/jdev-faq" target="_blank">http://www.jabber.org/discussion-lists/jdev-faq</a><br>
&gt;&gt;&gt;&gt; Forum: <a href="http://www.jabberforum.org/forumdisplay.php?f=20" target="_blank">http://www.jabberforum.org/forumdisplay.php?f=20</a><br>
&gt;&gt;&gt;&gt; Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev" target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>
&gt;&gt;&gt;&gt; Unsubscribe: <a href="mailto:JDev-unsubscribe@jabber.org" target="_blank">JDev-unsubscribe@jabber.org</a><br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; JDev mailing list<br>
&gt;&gt;&gt; FAQ: <a href="http://www.jabber.org/discussion-lists/jdev-faq" target="_blank">http://www.jabber.org/discussion-lists/jdev-faq</a><br>
&gt;&gt;&gt; Forum: <a href="http://www.jabberforum.org/forumdisplay.php?f=20" target="_blank">http://www.jabberforum.org/forumdisplay.php?f=20</a><br>
&gt;&gt;&gt; Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev" target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>
&gt;&gt;&gt; Unsubscribe: <a href="mailto:JDev-unsubscribe@jabber.org" target="_blank">JDev-unsubscribe@jabber.org</a><br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; JDev mailing list<br>
&gt; FAQ: <a href="http://www.jabber.org/discussion-lists/jdev-faq" target="_blank">http://www.jabber.org/discussion-lists/jdev-faq</a><br>
&gt; Forum: <a href="http://www.jabberforum.org/forumdisplay.php?f=20" target="_blank">http://www.jabberforum.org/forumdisplay.php?f=20</a><br>
&gt; Info: <a href="http://mail.jabber.org/mailman/listinfo/jdev" target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>
&gt; Unsubscribe: <a href="mailto:JDev-unsubscribe@jabber.org" target="_blank">JDev-unsubscribe@jabber.org</a><br>
&gt; _______________________________________________<br>
<br>
_______________________________________________<br>
JDev mailing list<br>
FAQ: <a href="http://www.jabber.org/discussion-lists/jdev-faq" target="_blank">http://www.jabber.org/discussion-lists/jdev-faq</a><br>
Forum: <a href="http://www.jabberforum.org/forumdisplay.php?f=20" target="_blank">http://www.jabberforum.org/forumdisplay.php?f=20</a><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" target="_blank">JDev-unsubscribe@jabber.org</a><br>
_______________________________________________<br>
</div></div></blockquote></div><br><br clear="all"><br></div></div><div><div></div><div class="Wj3C7c">-- <br><br>Shashi Kiran G M<br>----Never Play Leapfrog with a Unicorn----<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><br>Shashi Kiran G M<br>----Never Play Leapfrog with a Unicorn----<br>