Hi all.<br><br>I have wriiten a basic python program using telepathy-salut, wherein buddies are able to see each other coming offline/online on a telepathy-salut connection.<br><br><br>Following interfaces/signals are being used ::<br>
<br>a)<br><a href="http://telepathy.freedesktop.org/spec/Channel_Interface_Group.html#Method:GetMembers">http://telepathy.freedesktop.org/spec/Channel_Interface_Group.html#Method:GetMembers</a><br><br>This interface is used to get the list (one-time, at startup) of the buddies, when a machine connects to telepathy-salut connection (obviously, one singular time).<br>
<br><br><br>b)<br>
<a href="http://telepathy.freedesktop.org/spec/Connection_Interface_Aliasing.html#Signal:AliasesChanged">http://telepathy.freedesktop.org/spec/Connection_Interface_Aliasing.html#Signal:AliasesChanged</a><br>
<br>
This is the basic interface to discover/undiscover buddies on the fly.<br>
<br>
<br>
c)<br>
<a href="http://telepathy.freedesktop.org/spec/Connection_Interface_Simple_Presence.html#Signal:PresencesChanged">http://telepathy.freedesktop.org/spec/Connection_Interface_Simple_Presence.html#Signal:PresencesChanged</a><br>

<br>
This interface is used to update the present status on the fly, of an already discovered buddy.<br><br><br><br><br><br><br><br>All use-cases work intuitively, absolutely fine as expected, EXCEPT THE FOLLOWING ONE ::<br><br>
(i)<br>M1 connects to telepathy-salut.<br><br>(ii)<br>M2 connects to telepathy-salut. <br>Now, M1 is able to see M2 coming online.<br>M2 is also able to see M1 (which was online already).<br><br>(iii)<br>M1 disconnects from telepathy-salut.<br>
M2 goes offline from M1&#39;s context (as obviously expected).<br>HOWEVER, M1 IS STILL SHOWN TO BE ONLINE IN M2&#39;S CONTEXT (something not expected).<br><br><br><br>So, my query is ::<br><br>&quot;&quot;&quot;<br>Is it possible to have the last sub-use-case working as expected (that is, M1 should also be updated to &quot;offline&quot; status in M2&#39;s context), without using the new, unstable, experimental <br>
<a href="http://telepathy.freedesktop.org/spec/Connection_Interface_Keepalive.html">http://telepathy.freedesktop.org/spec/Connection_Interface_Keepalive.html</a><br><br>It is ok, if it happens after some time; but it is important that IT DOES happen.<br>
&quot;&quot;&quot;<br><br><br>Looking forward to some thoughts.<br><br><br>Thanks and Regards,<br>Ajay<br>