Hi,<br><br>Can anyone help me, telling me how can I close all the open channels in telepathy-python with the connection object. <br><br>conn.CloseAllChannels() or something like this.<br><br>How to create a channel not with <br>
<br>self.conn.create_channel(dbus.Dictionary({<br>                CHANNEL_INTERFACE + &#39;.ChannelType&#39;: CHANNEL_TYPE_TEXT,<br>                CHANNEL_INTERFACE + &#39;.TargetHandleType&#39;: CONNECTION_HANDLE_TYPE_CONTACT,<br>
                CHANNEL_INTERFACE + &#39;.TargetHandle&#39;: handle<br>            }, signature=&#39;sv&#39;))<br><br>I would like to use ensure_channel. when I try to send another message through the channel I receive an error that you are already chatting with that contact.<br>
<br>Also please How can I start on telepathy-mission-control5 in python.<br><br>Thanks in Advance,<br><br>Andres<br>