Re: [Telepathy] requestHandles method behaviour

2016-09-19 Thread Mateus Bellomo
/connection.cpp#L651 2016-09-19 18:57 GMT-03:00 Mateus Bellomo <mateusbell...@gmail.com>: > > The identifier <-> handle map is not the "contact list". Under > > "contact list" I mean contacts, which e.g. would be returned by > > Connection.Interf

Re: [Telepathy] requestHandles method behaviour

2016-09-19 Thread Mateus Bellomo
uld be returned by > Connection.Interface.ContactList GetContactListAttributes(). > > On Tue, Sep 20, 2016 at 2:28 AM, Mateus Bellomo <mateusbell...@gmail.com> > wrote: > > Thanks for the reply guys and sorry for the duplicated post =) > > > >> The thing is

Re: [Telepathy] requestHandles method behaviour

2016-09-19 Thread Mateus Bellomo
36 GMT-03:00 George Kiagiadakis <gkia...@tolabaki.gr>: > On 09/19/2016 08:59 PM, Mateus Bellomo wrote: > > Hello, > > > > I have implemented the requestSubscription() and requestHandles() > > methods at telepathy-resiprocate [1]. I'm using Empathy as a clie

[Telepathy] requestHandles method behaviour

2016-09-19 Thread Mateus Bellomo
Hello, I have implemented the requestSubscription() and requestHandles() methods at telepathy-resiprocate [1]. I'm using Empathy as a client and testing it I noticed that when I try to add a contact in the contact list, in the window that opens, the method requestHandle() is being called several

Re: [Telepathy] addReceivedMessage method

2016-07-25 Thread Mateus Bellomo
<gkia...@tolabaki.gr>: > On 24.07.2016 16:45, Mateus Bellomo wrote: > >> My guess is that telepathy-logger and Empathy try to get the >>> >> contact's >> > name by using the Connection.I.Aliasing interface [2]. Do you >> implement >>

Re: [Telepathy] addReceivedMessage method

2016-07-24 Thread Mateus Bellomo
text#diff-82d1d1ba25e34af050fd6a6c5e5311dfR274 2016-07-24 5:19 GMT-03:00 George Kiagiadakis <gkia...@tolabaki.gr>: > On 07/23/2016 11:48 PM, Mateus Bellomo wrote: > > Hello, > > > > I would like to know if there is a page describing the > > addReceivedMessage() telepathy method. I have searc

[Telepathy] addReceivedMessage method

2016-07-23 Thread Mateus Bellomo
Hello, I would like to know if there is a page describing the addReceivedMessage() telepathy method. I have searched at google but didn't find anything, just usage examples at [1], [2], [3] and [4]. At [5] there is a Tp::BaseChannelTextTye class reference but there is no description of

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 <mateusbell...@gmail.com>: > great...many thanks for all this explanation! > > I've changed for the way you said [1] a

Re: [Telepathy] message received method

2016-07-23 Thread Mateus Bellomo
these received messages with window chat closed? [1] https://github.com/resiprocate/resiprocate/compare/master...MateusBellomo:mateus-presence-text#diff-82d1d1ba25e34af050fd6a6c5e5311dfR483 2016-07-23 5:09 GMT-03:00 George Kiagiadakis <gkia...@tolabaki.gr>: > On 23.07.2016 07:16, Mateu

Re: [Telepathy] message received method

2016-07-22 Thread Mateus Bellomo
/compare/master...MateusBellomo:mateus-presence-text#diff-82d1d1ba25e34af050fd6a6c5e5311dfR650 [3] https://mateusbellomo.wordpress.com/ 2016-07-22 20:13 GMT-03:00 Mateus Bellomo <mateusbell...@gmail.com>: > Thanks for the great explanation George. > > Doy you know if the TargetID

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 <gkia...@tolabaki.gr>: > On 21.07.2016 22:07, Mateus Bellomo wrote: >

[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

[Telepathy] receiving text messages

2016-06-25 Thread Mateus Bellomo
Hello, I'm looking to implement receiving text messages functionality at resiprocate and I would like to know what methos should I implement. I'm looking at [1] and the only method is SendMessage(). At [2] the only method is AcknowledgePendingMessages() and I think this is the one to implement

[Telepathy] text messages functionality

2016-06-11 Thread Mateus Bellomo
Hello, I'm looking to implement the text message functionality (send/receive) at resiprocate and I'm going through telepahty-morse [1] and telepathy-nonsense [2] implementations. I saw that both created a separated class called textchannel. I just want to confirm: to implement the text message

Re: [Telepathy] send local user status

2016-06-07 Thread Mateus Bellomo
() that includes lines 97-120. [1] https://github.com/TelepathyQt/telepathy-nonsense/blob/master/connection.cc#L347 [2] https://github.com/TelepathyQt/telepathy-morse/blob/master/connection.cpp#L655 2016-06-07 8:45 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > On 07/06/16 03:46, Mateu

Re: [Telepathy] send local user status

2016-06-06 Thread Mateus Bellomo
tes only using telepathy d-bus interface. 2016-06-06 2:52 GMT-03:00 Alexandr Akulich <akulichalexan...@gmail.com>: > Hi Mateus, > > On Mon, Jun 6, 2016 at 1:45 AM, Mateus Bellomo <mateusbell...@gmail.com> > wrote: > > I've implemented both setPresence() and getPresence

[Telepathy] send local user status

2016-06-05 Thread Mateus Bellomo
Hello, I'm looking to implement the option to send local user status in telepathy-resiprocate and I want to know which function does that. I was looking at [1] and I've implemented both setPresence() and getPresences() methods, but I didn't see there any methods so the user could send his status

Re: [Telepathy] requestHandles method

2016-06-04 Thread Mateus Bellomo
/telepathy-morse/blob/master/connection.cpp 2016-06-04 22:14 GMT-03:00 Mateus Bellomo <mateusbell...@gmail.com>: > At requestHandles(), instead of calling ensureHandle(), I tried to check > if it was a contact with that identifier and only in that case I would add > the contact handle to

Re: [Telepathy] requestHandles method

2016-06-04 Thread Mateus Bellomo
the user-controllable "contact list", but something like list of > contacts, referenced in current session. > > I would suggest to ask Empathy devs on this regard. > > IIRC KDE Telepathy works differently — it just doesn't check > identifier while user typing. > >

Re: [Telepathy] requestHandles method

2016-06-04 Thread Mateus Bellomo
epathy works differently — it just doesn't check identifier while user typing. 2016-06-04 18:35 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 04/06/16 21:51, Mateus Bellomo wrote: > > I was looking to telepathy-morse [1] and telepathy-nonsense [2] and it >

Re: [Telepathy] requestHandles method

2016-06-04 Thread Mateus Bellomo
-morse/blob/master/connection.cpp [2] https://github.com/TelepathyQt/telepathy-nonsense/blob/master/connection.cc 2016-06-04 16:29 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 04/06/16 21:24, Mateus Bellomo wrote: > > Hello, > > > > I'm implement

[Telepathy] requestHandles method

2016-06-04 Thread Mateus Bellomo
Hello, I'm implementing tha Aliases interface methods at telepathy-resiprocate and I'm getting some problems when I try to add a contact. Empathy closes unexpectedly and it won't show anything in the empahy-debugger[1]. In fact looking at [2] it seems that it shouldn't have line 267 because the

[Telepathy] installing qt5

2016-06-02 Thread Mateus Bellomo
Hello, I'm trying to compile telepathy-morse [1] but it depends on telepathy-qt5 version 0.9.6. I couldn't find a source for this version, only packages that when installed generates several dependency problems. It seems this version of telepathy-qt5 is not the stable one so anyone knows a secure

Re: [Telepathy] [telepathy] - Cannot connect to SIP account using empathy

2016-06-01 Thread Mateus Bellomo
osed (g-io-error-quark, 18) > > I hope the package doesn't have anything to do with resiprocate. > > On Wed, Jun 1, 2016 at 10:51 PM, Mateus Bellomo <mateusbell...@gmail.com> > wrote: > >> It seems that you are using the telepathy-resiprocate actually. The >>

Re: [Telepathy] [telepathy] - Cannot connect to SIP account using empathy

2016-06-01 Thread Mateus Bellomo
alb...@gmail.com>: > Hi, I ran bustle, then tried connecting to my SIP account using empathy. > I have exported the bustle output. can you please check it? > > On Wed, Jun 1, 2016 at 10:24 PM, Mateus Bellomo <mateusbell...@gmail.com> > wrote: > >> Maybe you can try with

Re: [Telepathy] [telepathy] - Cannot connect to SIP account using empathy

2016-06-01 Thread Mateus Bellomo
t;> >>> dpkg: error processing package telepathy-rakia (--purge): >>> dependency problems - not removing >>> Errors were encountered while processing: >>> telepathy-rakia >>> >>> >>> On Wed, Jun 1, 2016 at 5:39 PM, Mateus Bellomo

Re: [Telepathy] [telepathy] - Cannot connect to SIP account using empathy

2016-06-01 Thread Mateus Bellomo
lepathy-rakia > > > On Wed, Jun 1, 2016 at 5:39 PM, Mateus Bellomo <mateusbell...@gmail.com> > wrote: > >> I also remove my rakia and sofiasip packages to test and I could do it >> with this: >> >> $ dpkg --purge autoremove telepathy-sofiasip >

Re: [Telepathy] [telepathy] - Cannot connect to SIP account using empathy

2016-06-01 Thread Mateus Bellomo
), it shows > dpkg: dependency problems prevent removal of telepathy-rakia: > gnome depends on telepathy-rakia. > > dpkg: error processing package telepathy-rakia (--purge): > dependency problems - not removing > Errors were encountered while processing: > telepathy-

Re: [Telepathy] [telepathy] - Cannot connect to SIP account using empathy

2016-05-31 Thread Mateus Bellomo
Hello Balram, when I try to connect a SIP account with rakia or sofia-sip I get the same error (I don't know why). But you should see some debug going on if you do try to connect with resiproctate. Are you sure that you are using SIP from resiprocate? If you do: $ dpkg -l | egrep

Re: [Telepathy] buddy list methods

2016-05-30 Thread Mateus Bellomo
act to see what should happen with a contact list so I could compare with resiprocate. How can I do that using simpleCM? [1] https://github.com/Kaffeine/simpleCm 2016-05-26 9:31 GMT-03:00 Mateus Bellomo <mateusbell...@gmail.com>: > > Looking at the first line, you need to install

Re: [Telepathy] buddy list methods

2016-05-26 Thread Mateus Bellomo
t5) would work for > you? > > On Wed, May 25, 2016 at 4:51 AM, Mateus Bellomo <mateusbell...@gmail.com> > wrote: > > Ok...now I got this: > > > > mateus@mateus:~/simpleCm$ cmake CPPFLAGS='-I/usr/include/qt4 > > -I/usr/include/qt4/QtCore -I/usr/inclu

Re: [Telepathy] buddy list methods

2016-05-24 Thread Mateus Bellomo
Ok...now I got this: mateus@mateus:~/simpleCm$ cmake CPPFLAGS='-I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDBus' -DENABLE_EXAMPLE=true -DUSE_QT4=true CMakeLists.txt -- Found Qt4: /usr/bin/qmake (found suitable version "4.8.6", minimum required is

Re: [Telepathy] buddy list methods

2016-05-24 Thread Mateus Bellomo
ir/textchannel.cpp.o Building CXX object CMakeFiles/simplecm-qt4.dir/protocol.cpp.o Building CXX object CMakeFiles/simplecm-qt4.dir/simplecm-qt4_automoc.cpp.o Linking CXX static library libsimplecm-qt4.a [100%] Built target simplecm-qt4 But I'm not finding any executable. 2016-05-24 13:44 GMT-

Re: [Telepathy] buddy list methods

2016-05-24 Thread Mateus Bellomo
irectory #include "protocol.h" and got same thing. I tried to find this folder Debug and there is a /usr/include/qt4/QtCore/qdebug.h but I didn't find a Debug.h 2016-05-24 13:04 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 24/05/16 17:58, Mateus Bellomo wrot

Re: [Telepathy] buddy list methods

2016-05-24 Thread Mateus Bellomo
thing. > Just build the example application, start CM and register an account > (e.g. via mc-tool). > > [1] https://github.com/Kaffeine/simpleCm > > On Tue, May 24, 2016 at 6:58 PM, Mateus Bellomo <mateusbell...@gmail.com> > wrote: > >> Have you tried running

Re: [Telepathy] buddy list methods

2016-05-24 Thread Mateus Bellomo
> Have you tried running that and adding a couple of contacts to the buddy list to test it? No I didn't. I will try to do that. 2016-05-24 10:52 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 24/05/16 15:47, Mateus Bellomo wrote: > >> Can you compare with the

Re: [Telepathy] buddy list methods

2016-05-24 Thread Mateus Bellomo
> Can you compare with the one of the other components based on TelepathyQt? Are you referring from some component at resiprocate? 2016-05-24 10:26 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 24/05/16 15:22, Mateus Bellomo wrote: > > This is what I'm getting wh

Re: [Telepathy] buddy list methods

2016-05-24 Thread Mateus Bellomo
This is what I'm getting when I initiate empathy [1]. Apparently my list of contacts (with one contact) is being loaded but still not appearing in the empathy screen. [1] http://paste.debian.net/699719/ 2016-05-24 9:22 GMT-03:00 Mateus Bellomo <mateusbell...@gmail.com>: > It i

Re: [Telepathy] buddy list methods

2016-05-24 Thread Mateus Bellomo
It is related to Aliasing interface [1]? [1] https://telepathy.freedesktop.org/spec/Connection_Interface_Aliasing.html 2016-05-24 9:01 GMT-03:00 Mateus Bellomo <mateusbell...@gmail.com>: > Hello, > > I would like to know what methods interface I should implement from [1] to &

[Telepathy] buddy list methods

2016-05-24 Thread Mateus Bellomo
Hello, I would like to know what methods interface I should implement from [1] to be able to see a buddy list. I've already implemented getContactListAttributes and I thought it will be sufficient but apparently it is not. Thanks. [1] https://telepathy.freedesktop.org/spec/index.html [2]

Re: [Telepathy] add contacts

2016-05-23 Thread Mateus Bellomo
Ok...now I see the option to add a contact in empathy when I run it with telepathy-resiprocate but I don't know if this is because something I did (I still just added the requestSubscription method). 2016-05-22 17:17 GMT-03:00 Mateus Bellomo <mateusbell...@gmail.com>: > I

Re: [Telepathy] add contacts

2016-05-22 Thread Mateus Bellomo
option continues blocked to me. Should I add another function somewhere else? [1] https://github.com/resiprocate/resiprocate/blob/master/apps/telepathy/Connection.cxx 2016-05-22 15:21 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 22/05/16 19:35, Mateus Bellomo wrote: > >>

Re: [Telepathy] run telepathy with empathy at ubuntu

2016-05-22 Thread Mateus Bellomo
Great! I can connect now. 2016-05-22 15:17 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 22/05/16 17:03, Mateus Bellomo wrote: > > Looks like I'm sending and receiving packets from server [1]. This time > > it seems there is something wrong with the account [2]

Re: [Telepathy] add contacts

2016-05-22 Thread Mateus Bellomo
les mHandles and mIdentifiers at [1] line 84,85. Isn't that variables suppose to hold the friends of the contact already? [1] https://github.com/MateusBellomo/resiprocate/blob/master/apps/telepathy/Connection.hxx 2016-05-22 3:10 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 21/0

Re: [Telepathy] run telepathy with empathy at ubuntu

2016-05-22 Thread Mateus Bellomo
dan...@pocock.pro>: > > > On 21/05/16 20:07, Mateus Bellomo wrote: > > Ok now I don't know if I am actually connected. When I open the > > 'Accounts' menu in empathy it appears 'connecting...'. > > > > At [1] I have the output info. I don't know if this is a telepa

[Telepathy] add contacts

2016-05-21 Thread Mateus Bellomo
Hello, I'm implementing adding contact method in resiprocate and I'm using telepathy-morse [1] as model. I would like to know what is the resiprocate equivalent of CTelegramCore found at [2] line 133. The reason I'm asking that is because there is a function call to addContacts() in line 594 at

[Telepathy] kill telepathy process

2016-05-21 Thread Mateus Bellomo
Hello, I'm using telepathy-resiprocate and I want to keep killing and restarting the process because I'm doing some changes in the code. I noticed that when I kill the telepathy-resiprocate process it starts again by itself (without me executing the telepathy-resiprocate executable). So I wonder

Re: [Telepathy] run telepathy with empathy at ubuntu

2016-05-21 Thread Mateus Bellomo
GMT-03:00 Mateus Bellomo <mateusbell...@gmail.com>: > > See the comments at the bottom of the README > > Greate Daniel it worked and now I see empathy comunicating with > telepathy-resiprocate =D > > Many thanks! > > 2016-05-21 13:40 GMT-03:00 Daniel Pocock <dan...

Re: [Telepathy] run telepathy with empathy at ubuntu

2016-05-21 Thread Mateus Bellomo
> See the comments at the bottom of the README Greate Daniel it worked and now I see empathy comunicating with telepathy-resiprocate =D Many thanks! 2016-05-21 13:40 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 21/05/16 18:30, Mateus Bellomo wrote: > > A

Re: [Telepathy] run telepathy with empathy at ubuntu

2016-05-21 Thread Mateus Bellomo
At [1] are the errors I'm getting. Is there a way of sending bustle output too? [1] http://paste.debian.net/691252/ 2016-05-21 3:17 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 21/05/16 04:52, Mateus Bellomo wrote: > > I'm running at Debian and now I can s

Re: [Telepathy] run telepathy with empathy at ubuntu

2016-05-20 Thread Mateus Bellomo
of debug information. Is there a way to output just the errors? 2016-05-20 18:03 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 20/05/16 22:17, Mateus Bellomo wrote: > > Can I use resiprocate-telepathy with Jitsi? I installed Jitsi and I can > > register an

Re: [Telepathy] run telepathy with empathy at ubuntu

2016-05-20 Thread Mateus Bellomo
lt;dan...@pocock.pro>: > > > On 20/05/16 15:08, Mateus Bellomo wrote: > >> Would you consider upgrading your system from Ubuntu to Debian jessie > > in case there are any other irregularities like this? > > > > Yes, in fact I already have a Debian installed but

Re: [Telepathy] run telepathy with empathy at ubuntu

2016-05-20 Thread Mateus Bellomo
ion/sofiasip/sip/mateus2_40ws_2esip5060_2enet Member: org.freedesktop.DBus.Properties.Get Arguments: @s "Method \"Get\" with signature \"ss\" on interface \"org.freedesktop.DBus.Properties\" doesn't exist\n" 2016-05-20 9:53 GMT-03:00 Daniel Pocock <dan...@pocock.pro>

Re: [Telepathy] run telepathy with empathy at ubuntu

2016-05-19 Thread Mateus Bellomo
count that I just added and the telepathy-resiprocate process? 2016-05-19 7:23 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 19/05/16 02:39, Mateus Bellomo wrote: > >> Are you talking about *account registration* (e.g. on remote server) > > or about local account setup?

Re: [Telepathy] run telepathy with empathy at ubuntu

2016-05-18 Thread Mateus Bellomo
> Are you talking about *account registration* (e.g. on remote server) or about local account setup? I'm talking about account setup. I read at [1] how to add an account with mc-tool but I don't know which parameters to pass. > Mateus, you may need to restart the mission-control process and then

[Telepathy] run telepathy with empathy at ubuntu

2016-05-17 Thread Mateus Bellomo
Hello, I'm developing some methods for resiprocate-telepathy [1] and I want to test it. Now I'm initiating telepathy with this: $ libtool --mode=execute gdb ./telepathy-resiprocate and I see telepathy-resiprocate running : tp-qt 0.9.6.1 DEBUG: Building ProtocolParameter with flags not

[Telepathy] Which ContactList interface methods are essential?

2016-05-10 Thread Mateus Bellomo
Hello, I'm trying to implement contact list functionalities at resiprocate and I'm reading the specification at [1]. As suggested by Alexandr, I'm also reading telepathy-morse [2] and telepathy-nonsense [3], and I noticed that not all methods of [1] are implemented in [2]. So I would like to know

Re: [Telepathy] connecting with Empathy

2016-04-04 Thread Mateus Bellomo
GREAT! Many thanks again Daniel! 2016-04-04 11:12 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 04/04/16 16:11, Mateus Bellomo wrote: > >> - run the script as root > > > > the ./telepathy-resiprocate ? > > No, I meant running > > &g

Re: [Telepathy] connecting with Empathy

2016-04-04 Thread Mateus Bellomo
ck.pro>: > > > On 04/04/16 15:54, Mateus Bellomo wrote: > > > >> do you see more than one process? > > > > I'm just running > > > > $ root@mateus:/home/mateus/resiprocate# > > ./apps/telepathy/telepathy-resiprocate > > > > an

Re: [Telepathy] connecting with Empathy

2016-04-04 Thread Mateus Bellomo
I sent a 'kill -9' to the process but it started again. Then I ran telepathy-resiprocate and got same warning. 2016-04-04 10:00 GMT-03:00 Daniel Pocock <dan...@pocock.pro>: > > > On 04/04/16 14:54, Mateus Bellomo wrote: > > Hey guys, > > > > I'm trying to use t

[Telepathy] connecting with Empathy

2016-04-04 Thread Mateus Bellomo
Hey guys, I'm trying to use telepathy-resiprocate with Empathy (on Debian) but it's not showing to me any SIP accounts. I've tryed to run like this: root@mateus:/home/mateus/resiprocate# ./apps/telepathy/telepathy-resiprocate tp-qt 0.9.6.1 DEBUG: Building ProtocolParameter with flags not