Hi,<br><br><div><span class="gmail_quote">On 10/19/06, <b class="gmail_sendername">Robert McQueen</b> &lt;<a href="mailto:robert.mcqueen@collabora.co.uk">robert.mcqueen@collabora.co.uk</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
<br>We found a thread about chat states in the archives which kinda died<br>out, so I thought I'd resuscitate it. The patch from Luiz [1] looks<br>reasonable - I agree that the original proposal [2] didn't make it clear<br>
that the state was per member rather than for the entire channel. Maybe<br>&quot;Member State&quot; would be better interface name? Also, if the interface is<br>not going to be entirely chat-specific, the descriptions should be
<br>modified to not refer to &quot;chat&quot;, but &quot;channel&quot;.<br></blockquote></div><br>I agreed with MemberState if we are planning not only use it to chat states,<br>but Im not sure if other channels can and will use it. Another thing&nbsp;is that&nbsp;this
<br> interface may confuse the applications,      it has to be clear that this is to be use<br>with&nbsp;notifications&nbsp;not presence and others possible states, because that it might<br>be a good idea to add Notification so it becomes MemberStateNotification. 
<br>Also there is in Channel.Type.Text interface a type called&nbsp;<br>CHANNEL_TEXT_MESSAGE_TYPE_NOTICE&nbsp;that&nbsp;we&nbsp;could&nbsp;use&nbsp;if&nbsp;we&nbsp;found<br> just chat has this type of notifications.<br><br>I would like to raise another question here, why telepathy dont use some&nbsp;event 
<br>mechanism like publish/subscribe/notify that SIP has. I find it much simpler to use<br>and also pretty extensible. <br>