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 + '.ChannelType': CHANNEL_TYPE_TEXT,<br> CHANNEL_INTERFACE + '.TargetHandleType': CONNECTION_HANDLE_TYPE_CONTACT,<br>
CHANNEL_INTERFACE + '.TargetHandle': handle<br> }, signature='sv'))<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>