Re: [Telepathy] buddy list methods

2016-05-24 Thread Daniel Pocock
On 25/05/16 01:51, Mateus Bellomo wrote: > 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 ... >

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

[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] 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 : > Hello, > > I would like to know what methods interface I should implement from [1] to > be able to see a

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 : > > > On 24/05/16 15:22, Mateus Bellomo wrote: > > This is what I'm getting when I initiate empathy

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 : > It is related to

Re: [Telepathy] buddy list methods

2016-05-24 Thread Daniel Pocock
On 24/05/16 15:22, Mateus Bellomo wrote: > 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. > > Can you compare with the one of the other components based on TelepathyQt?

Re: [Telepathy] buddy list methods

2016-05-24 Thread Daniel Pocock
On 24/05/16 15:47, Mateus Bellomo wrote: >> Can you compare with the one of the other components based on TelepathyQt? > > Are you referring from some component at resiprocate? > No, I was thinking about telepathy-morse perhaps. Have you tried running that and adding a couple of contacts to

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 : > > > On 24/05/16 15:47, Mateus Bellomo wrote: > >> Can you compare with the one of the other components

Re: [Telepathy] buddy list methods

2016-05-24 Thread Alexandr Akulich
He Mateus, You might be interested in SimpleCM. It doesn't need any backend; you don't have to install anything. 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

Re: [Telepathy] buddy list methods

2016-05-24 Thread Mateus Bellomo
> Just build the example application, start CM and register an account (e.g. via mc-tool). I've tried to ~/simpleCm/example$ cmake CMakeLists.txt ~/simpleCm/example$ make but I'm getting this errors: /home/mateus/simpleCm/example/CContactsModel.cpp:3:22: fatal error: protocol.h: No such file

Re: [Telepathy] buddy list methods

2016-05-24 Thread Daniel Pocock
On 24/05/16 17:58, Mateus Bellomo wrote: >> Just build the example application, start CM and register an account > (e.g. via mc-tool). > > I've tried to > > ~/simpleCm/example$ cmake CMakeLists.txt > ~/simpleCm/example$ make > > but I'm getting this errors: > >

Re: [Telepathy] buddy list methods

2016-05-24 Thread Mateus Bellomo
I ran this: $ cmake CPPFLAGS='-I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDBus' CMakeLists.txt and it showed some warns: CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as

Re: [Telepathy] buddy list methods

2016-05-24 Thread Mateus Bellomo
I think I was trying to compile in the wrong place. I run again from ~/simpleCm instead of ~/simpleCm/example and it compiled ok: mateus@mateus:~/simpleCm$ cmake CPPFLAGS='-I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDBus' -DUSE_QT4=true

Re: [Telepathy] buddy list methods

2016-05-24 Thread Alexandr Akulich
>But I'm not finding any executable. -DENABLE_EXAMPLE=true ___ telepathy mailing list telepathy@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/telepathy