lob/master/connection.cpp#L651
2016-09-19 18:57 GMT-03:00 Mateus Bellomo :
> > The identifier <-> handle map is not the "contact list". Under
> > "contact list" I mean contacts, which e.g. would be returned by
> > Connection.Interface.ContactList GetConta
ike telepathy-nonsense?
> >
> >> I'm going to suggest it again: ask Empathy developers.
> >
> > Is there a specific list for that? I thought this was the correct list.
> >
> > [1]
> > https://github.com/TelepathyQt/telepathy-nonsense/blob/master/
>
2016-09-19 17:36 GMT-03:00 George Kiagiadakis :
> 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 client and
> > t
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 t
dakis :
> 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
>>
>>> Tp::BaseConn
ateus-presence-text#diff-82d1d1ba25e34af050fd6a6c5e5311dfR274
2016-07-24 5:19 GMT-03:00 George Kiagiadakis :
> 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 searched at google b
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 addReceive
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.
>
>
ould set to maintain 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 :
> On 23.07.2016 07:16, Mateus Bel
ocate/compare/master...MateusBellomo:mateus-presence-text#diff-82d1d1ba25e34af050fd6a6c5e5311dfR650
[3] https://mateusbellomo.wordpress.com/
2016-07-22 20:13 GMT-03:00 Mateus Bellomo :
> Thanks for the great explanation George.
>
> Doy you know if the TargetID and InitiatorID must have t
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,
>>
&g
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 s
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
but
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 fu
sence() 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 :
> On 07/06/16 03:46, Mateus Bellomo wrote:
>
remotes only using telepathy d-bus interface.
2016-06-06 2:52 GMT-03:00 Alexandr Akulich :
> Hi Mateus,
>
> On Mon, Jun 6, 2016 at 1:45 AM, Mateus Bellomo
> wrote:
> > I've implemented both setPresence() and getPresences() methods, but
> > I didn't see there any
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
thyQt/telepathy-morse/blob/master/connection.cpp
2016-06-04 22:14 GMT-03:00 Mateus Bellomo :
> 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 the return list.
>
>
t. It's
> not 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 whil
y devs on this regard.
> IIRC KDE Telepathy works differently — it just doesn't check
identifier while user typing.
2016-06-04 18:35 GMT-03:00 Daniel Pocock :
>
>
> On 04/06/16 21:51, Mateus Bellomo wrote:
> > I was looking to telepathy-morse [1] and telepathy-nonsense [2]
pathy-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 :
>
>
> On 04/06/16 21:24, Mateus Bellomo wrote:
> > Hello,
> >
> > I'm implementing tha Aliases inter
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
f
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
ark, 18)
>
> I hope the package doesn't have anything to do with resiprocate.
>
> On Wed, Jun 1, 2016 at 10:51 PM, Mateus Bellomo
> wrote:
>
>> It seems that you are using the telepathy-resiprocate actually. The
>> strange thing is that you should be able to see some d
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
> wrote:
>
>> Maybe you can try with bustle to see if empathy is actually communicating
>&
Maybe you can try with bustle to see if empathy is actually communicating
with telepathy-resiprocate.
$ bustle &
$ libtool --mode=execute ./apps/telepathy/telepathy-resiprocate
2016-06-01 13:46 GMT-03:00 Balram Pariyarath :
> Yup.
>
> On Wed, Jun 1, 2016 at 10:10 PM, Mateus Bel
gt;
> On Wed, Jun 1, 2016 at 5:39 PM, Mateus Bellomo
> wrote:
>
>> I also remove my rakia and sofiasip packages to test and I could do it
>> with this:
>>
>> $ dpkg --purge autoremove telepathy-sofiasip
>> $ dpkg --purge autoremove telepathy-rakia
>>
>
I also remove my rakia and sofiasip packages to test and I could do it with
this:
$ dpkg --purge autoremove telepathy-sofiasip
$ dpkg --purge autoremove telepathy-rakia
the autoremove option removes unused dependencies.
2016-06-01 9:02 GMT-03:00 Mateus Bellomo :
> How many SIP accounts
), 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-rakia
>
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 'telepathy-(sof
contact 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 :
> > Looking at the first line, you need to install the libqt4-dev package
&
; I don't have Qt4 on my pc, but I'll check Qt4 build sometime soon.
>
> At the same time, you have Qt5 uic, so you have installed Qt5. Why do
> you use five years old Qt4 instead? Would you mind to check if default
> Qt version (without USE_QT4 argument it would be Qt5) would w
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
lecm-qt4.dir/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-0
file or directory
#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 :
>
>
> 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).
>
> [1] https://github.com/Kaffeine/simpleCm
>
> On Tue, May 24, 2016 at 6:58 PM, Mateus Bellomo
> wrote:
> >> Have you tried running that and adding a couple of contac
> 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
> 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 emp
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 Aliasing inte
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 buddy list.
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]
https
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 :
> I've added the requestSubscript
this 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 :
>
>
> On 22/05/16 19:35, Mateus Bellomo wrote:
> >> For now, you can wr
Great! I can connect now.
2016-05-22 15:17 GMT-03:00 Daniel Pocock :
>
>
> 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] (line 44).
> >
ariables 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 :
>
>
> On 21/05/16 23:10
ocock :
>
>
> 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
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 [
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
net/691452/
2016-05-21 14:41 GMT-03:00 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 :
>
> 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 :
>
>
> On 21/05/16 18:30, Mateus Bellomo wrote:
> > At [1] are the errors I'
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 :
>
>
> On 21/05/16 04:52, Mateus Bellomo wrote:
> > I'm running at Debian and now I can see empathy comu
esiprocate has a lot of debug information. Is
there a way to output just the errors?
2016-05-20 18:03 GMT-03:00 Daniel Pocock :
>
>
> On 20/05/16 22:17, Mateus Bellomo wrote:
> > Can I use resiprocate-telepathy with Jitsi? I installed Jitsi and I can
> > register an account i
if I have to change some
configuration at Jitsi...
2016-05-20 17:02 GMT-03:00 Mateus Bellomo :
> > Is the telepathy-rakia or telepathy-sofiasip package on your system?
>
> Yes. I did purge and apparently I couldn't install the account-plugin-sip
> in Ubuntu without installing
Daniel Pocock :
>
>
> 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 after I compile
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 :
> On 20 May 2016 05
I was reading about DBus, and I think I should see something related to
resiprocate in the bustle when I run the telepathy-resiprocate, right?
Because I'm not seeing it...
2016-05-20 0:47 GMT-03:00 Mateus Bellomo :
> > Click the "+" icon at the left, bottom corner.
>
>
tween this SIP account that I
just added and the telepathy-resiprocate process?
2016-05-19 7:23 GMT-03:00 Daniel Pocock :
>
>
> On 19/05/16 02:39, Mateus Bellomo wrote:
> >> Are you talking about *account registration* (e.g. on remote server)
> > or about local account set
> 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
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 containi
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
GREAT! Many thanks again Daniel!
2016-04-04 11:12 GMT-03:00 Daniel Pocock :
>
>
> On 04/04/16 16:11, Mateus Bellomo wrote:
> >> - run the script as root
> >
> > the ./telepathy-resiprocate ?
>
> No, I meant running
>
>
> # ./deploy-properties
&
gt;
> 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
> >
> > and then
> >
&
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 :
>
>
> On 04/04/16 14:54, Mateus Bellomo wrote:
> > Hey guys,
> >
> > I'm trying to use telepath
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 containi
Hey guys,
I just managed to configure Telepathy-Qt (many thanks to Daniel Pocock for
this) for reSIProcate and I made a tutorial with the steps that I took at
[1]. Maybe it could helpe someone else...
Cheers,
Mateus Bellomo
[1]
https://wiki.debian.org/SummerOfCode2016/StudentApplications
65 matches
Mail list logo