This is really a question for George K, but I thought I&#39;d keep everything on the ML in case anyone else knows.<div><br></div><div>I&#39;ve stolen KCall code for keeping a models of members in a chat into the text UI. </div>
<div>However it didn&#39;t work out the box due to the following line:</div><div><br></div><div><div> if ( channel-&gt;interfaces().contains(TELEPATHY_INTERFACE_CHANNEL_INTERFACE_GROUP)) {</div></div><div>   //do everything here</div>
<div>}</div><div><br></div><div>My group text channels that I&#39;ve tested (IRC) don&#39;t contain that particular interface, yet all the calls</div><div> &quot;channel-&gt;groupContacts()&quot; all work correctly. If I remove this &#39;if&#39; statement everything works.</div>
<div><br></div><div>I don&#39;t want to just delete code without understanding it was for.</div><div><br></div><div>Thanks</div><div><br></div><div>Dave</div>