Re: [Telepathy] message received method

2016-07-23 Thread Mateus Bellomo
I think this is a Empathy bug [1]. [1] https://bugs.launchpad.net/ubuntu/+source/adium-theme-ubuntu/+bug/1235472 2016-07-23 11:26 GMT-03:00 Mateus Bellomo : > great...many thanks for all this explanation! > > I've changed for the way you said [1] and it's working. > >

Re: [Telepathy] message received method

2016-07-23 Thread Mateus Bellomo
great...many thanks for all this explanation! I've changed for the way you said [1] and it's working. Just one more question: I don't know if this is related to telepathy but when I receive a message at Empathy and the chat window is not open, it appears a little box at the bottom of the screen

Re: [Telepathy] message received method

2016-07-23 Thread George Kiagiadakis
On 23.07.2016 07:16, Mateus Bellomo wrote: George, I could make it work but for that I have swaped the initiatorHandle and targetHandle on the onMessageReceived() method. You could see at [1] what I did. Doing this, the channel created has the same parameters when I do a createChannel() [2]

Re: [Telepathy] message received method

2016-07-23 Thread George Kiagiadakis
On 23.07.2016 02:13, Mateus Bellomo wrote: Thanks for the great explanation George. Doy you know if the TargetID and InitiatorID must have the prefix "sip:" (e.g. sip:mateusbell...@sip.antisip.com)? They should be the same identifiers returned by Connection.InspectHandles [1]. There is no

Re: [Telepathy] message received method

2016-07-22 Thread Mateus Bellomo
George, I could make it work but for that I have swaped the initiatorHandle and targetHandle on the onMessageReceived() method. You could see at [1] what I did. Doing this, the channel created has the same parameters when I do a createChannel() [2] operation and the message sent and receive are

Re: [Telepathy] message received method

2016-07-22 Thread Mateus Bellomo
Thanks for the great explanation George. Doy you know if the TargetID and InitiatorID must have the prefix "sip:" (e.g. sip:mateusbell...@sip.antisip.com)? 2016-07-22 2:35 GMT-03:00 George Kiagiadakis : > On 21.07.2016 22:07, Mateus Bellomo wrote: > >> Hello, >> >> I've

Re: [Telepathy] message received method

2016-07-21 Thread George Kiagiadakis
On 21.07.2016 22:07, Mateus Bellomo wrote: Hello, I've implemented methods to send and receive text message at telepathy-resiprocate but I think I'm mixing the sender/receiver handles. I'm using telepathy-morse [1] as a guide and I would like to know what is the meaning of contactHandle,

[Telepathy] message received method

2016-07-21 Thread Mateus Bellomo
Hello, I've implemented methods to send and receive text message at telepathy-resiprocate but I think I'm mixing the sender/receiver handles. I'm using telepathy-morse [1] as a guide and I would like to know what is the meaning of contactHandle, targetHandle and initiatorHandle. Right now I can