Im trying to write a client that takes control of a channel. The approver
method gets called, and prints, but none of the three commented out lines
will work, they all just hang. What am i doing wrong?. The whole file is
here. <http://pastebin.com/3RD9zi5M>
def AddDispatchOperation(self, channels, dispatch, properties):
print "conect to signal on :" +dispatch
#dispatch[CHANNEL_DISPATCH_OPERATION].HandleWith('org.freedesktop.Telepathy.Client.ExampleHandler')
#dispatch[CHANNEL_DISPATCH_OPERATION].connect_to_signal('ChannelLost',self.channel_lost)
#dispatch[CHANNEL_DISPATCH_OPERATION].Claim()
Thanks
_______________________________________________
telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy