Re: [Telepathy] Telepathy Release process?

2017-11-03 Thread Alexandr Akulich
Hi Diane, I think that it makes sense to ship the release through freedesktop.org and copy it to the github.com project. The first reason is that we do not release that frequently to ask distributions to look at github. The second reason is that freedesktop.org is still a preferred platform in

Re: [Telepathy] Telepathy 1.0 and moving to Github

2016-10-31 Thread Alexandr Akulich
Hello George, On Mon, Oct 31, 2016 at 11:18 PM, George Barrett wrote: > On Sun, Oct 30, 2016 at 06:59:07PM +0200, George Kiagiadakis wrote: > > 1) Where should we keep tickets? Right now they are also split between > > bugzilla and github. No decision has been made yet. Our

Re: [Telepathy] Telepathy 1.0 and moving to Github

2016-10-31 Thread Alexandr Akulich
Hi Daniel, Our manpower is very limited, but IMO we need to polish the specification and carefully test everything to make Tp 1.0 to be the best release, rather than rush, declare release earlier and make the situation even worse. Yet another point is Empathy. It was holding the 1.0 release back

Re: [Telepathy] Telepathy 1.0 and moving to Github

2016-10-31 Thread Alexandr Akulich
too). > Indeed. Thanks! > > On Sun, Oct 30, 2016, 23:31 George Kiagiadakis <gkia...@tolabaki.gr> > wrote: > >> On 10/31/2016 12:15 AM, Alexandr Akulich wrote: >> > Hi George, >> > >> > thank you for the summarize. I have no time for a verbose an

Re: [Telepathy] Telepathy 1.0 and moving to Github

2016-10-30 Thread Alexandr Akulich
Hi George, thank you for the summarize. I have no time for a verbose answer, but would like to make some note. We can not use "Github releases" feature, because: 1) We need to prepare release in some special way. Namely, we generate documentation for release tarballs. Github archives contains

Re: [Telepathy] requestHandles method behaviour

2016-09-19 Thread Alexandr Akulich
On Tue, Sep 20, 2016 at 2:57 AM, Mateus Bellomo wrote: >> 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 GetContactListAttributes(). > > So in this case

Re: [Telepathy] requestHandles method behaviour

2016-09-19 Thread Alexandr Akulich
Morse and Nonsense both returns a handle list. In case of Nonsense: type of the list is UniqueHandleMap with operators and the used operator [] will return a new handle for each new identifier. https://github.com/TelepathyQt/telepathy-nonsense/blob/master/uniquehandlemap.cc#L32 The identifier

Re: [Telepathy] requestHandles method behaviour

2016-09-19 Thread Alexandr Akulich
Hi Mateus, The question is sounds similar to [1]. I replied personally to you, instead of to the list, so I will quote myself: On Sun, Jun 5, 2016 at 1:42 AM, Alexandr Akulich <akulichalexan...@gmail.com> wrote: > Hi Mateus. > > I know about this behaviour. Empathy wa

Re: [Telepathy] receiving text messages

2016-06-25 Thread Alexandr Akulich
Hi Mateus, For message *receiving* you don't have to implement a method in interface (because method is something to be called by a telepathy client application). Instead, client listens for messageReceived signal [1], which you should emit for every incoming message. [1]

Re: [Telepathy] wiki update

2016-06-21 Thread Alexandr Akulich
TelepathyQt documentation [1] updated automatically in the process of release. There is "maintainer-upload-release" make target, which triggers "maintainer-upload-release-docs" target [2]. There is also a target "upload-branch-docs", but I didn't run it yet. Thank you, I just noticed that there is

[Telepathy] [Announce] Telepathy Qt 0.9.7

2016-06-12 Thread Alexandr Akulich
Tarball: http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-0.9.7.tar.gz Signature: http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-0.9.7.tar.gz.asc The "Back on track" release. There is almost no client-side changes, just build fixes and a lot of new

Re: [Telepathy] Project revival?

2016-06-11 Thread Alexandr Akulich
On Fri, Jun 10, 2016 at 9:43 PM, Alexandr Akulich <akulichalexan...@gmail.com> wrote: > Hi George, > > Can you review commits [3], [4], please? > > [3] > https://github.com/TelepathyQt/telepathy-qt/commit/8864249479ea2adbb5c88378aa082fa18d55f6b0 > [4] > https://gi

Re: [Telepathy] Project revival?

2016-06-10 Thread Alexandr Akulich
18d55f6b0 [4] https://github.com/TelepathyQt/telepathy-qt/commit/d9354dfe8cca364e4a8c3a44c302ceb714c53911 On Fri, Jun 10, 2016 at 10:00 AM, George Kiagiadakis <gkia...@tolabaki.gr> wrote: > Hi Alexandr, > > On 09.06.2016 22:58, Alexandr Akulich wrote: >> >> Hi George, &g

Re: [Telepathy] Project revival?

2016-06-09 Thread Alexandr Akulich
Hi George, It's great to hear about more devs get work on Telepathy. I'm TelepathyQt maintainer for a year now and I'm planning to release 0.9.7 as soon as I'll made a future-proof commit with fix of https://bugs.freedesktop.org/show_bug.cgi?id=95376 for Qt-5.8. It would be helpful if someone

Re: [Telepathy] send local user status

2016-06-05 Thread 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 methods so the user could send his status info to his > contacts. setPresence() accepts string:Status and

Re: [Telepathy] buddy list methods

2016-05-25 Thread Alexandr Akulich
nection-manager-qt4.dir/all' failed > make[1]: *** [example/CMakeFiles/simple-connection-manager-qt4.dir/all] > Error 2 > Makefile:117: recipe for target 'all' failed > make: *** [all] Error 2 > > Which extra library I should include (I a

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

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] kill telepathy process

2016-05-22 Thread Alexandr Akulich
Hi Mateus, I would suggest to *not* install the CM executable, but run it from an IDE. During development you'll want to debug the application (set breakpoints and so on) so you'll need to either run from IDE or attach debugger. Even better, I would suggest you to make a "bundle" with

Re: [Telepathy] run telepathy with empathy at ubuntu

2016-05-17 Thread Alexandr Akulich
Hi Mateus, Are you talking about *account registration* (e.g. on remote server) or about local account setup? I'm not familiar with Empathy, but usually we have to write account setup code for each CM. Alternatively, you can use mc-tool to setup account from command line. Account registration

Re: [Telepathy] Which ContactList interface methods are essential?

2016-05-14 Thread Alexandr Akulich
Hi. On 10/05/16 20:34, Mateus Bellomo wrote: > I would like to know what are the ... methods that I should implement. Read the doc and implement methods which do what you need. Most telepathy clients will not show contact list without info about contact attributes, so you definitely have to

Re: [Telepathy] status of empathy and XMPP in telepathy

2016-04-29 Thread Alexandr Akulich
Hi Michael, I'm one of the TelepathyQt-based XMPP Connection Manager developer. Because of distributed nature of Telepathy, there is no technical problem, but indeed, may be GNOME Project would try to avoid it. Telepathy-Nonsense (the CM) is at an early stage of development, literally yesterday

Re: [Telepathy] future of Telepathy?

2016-04-26 Thread Alexandr Akulich
On Tue, Apr 26, 2016 at 1:26 PM, Dominik George wrote: > Am Dienstag, 26. April 2016, 13:20:55 schrieben Sie: >> On Tue, Apr 26, 2016 at 1:10 PM, Dominik George wrote: >> >go and move WhatsApp users to Conversations - they will not miss anything. >> >> Oh,

Re: [Telepathy] future of Telepathy?

2016-04-25 Thread Alexandr Akulich
Hi. I'm slowly "coming" with Qt-based Telegram Connection Manager and work (with a lower priority) on (qxmpp-based) XMPP Connection Manager. Almost nobody needs telegram (whatsapp, whatever) client without multimedia messages, and, as there is no any (reference) CM implementation, it is not

Re: [Telepathy] TelepathyQt in GSoC 2016, ABI issues

2016-04-23 Thread Alexandr Akulich
Hi Daniel, On Sat, Apr 23, 2016 at 1:16 PM, Daniel Pocock wrote: > - if the ABI is changing on each release, should TelepathyQt libs use an > SONAME such as libtelepathy-qt4-0.9.6.so.0 ? Currently it is > libtelepathy-qt4.so.2 - that was used for both 0.9.4 and 0.9.6 but I'm

Re: [Telepathy] Telepathy Help

2016-04-08 Thread Alexandr Akulich
Hi Pranav, On Fri, Apr 8, 2016 at 8:49 AM, Pranav Jain wrote: > I did try to go through the Github codes and the official document. I am > still unable to find the 'Dial Command' specifications. I think it doesn't exists. > The only link which explains it in some way is

Re: [Telepathy] incoming call not notified

2015-10-17 Thread Alexandr Akulich
I would suggest to use Bustle (dbus viewer) to see if connection manager emits Connection.Interface.Requests NewChannels() signal and (if so) how the signal processed by MissionControl. On Sat, Oct 17, 2015 at 3:55 AM, Diane Trout wrote: >> Is there a TelepathyQt API call to

Re: [Telepathy] telepathy-python

2015-08-21 Thread Alexandr Akulich
On Fri, Aug 21, 2015 at 11:41 AM, Diane Trout di...@ghic.org wrote: On Thursday, August 20, 2015 17:39:12 Nicolas Dufresne wrote: Le mardi 18 août 2015 à 16:59 -0700, Diane Trout a écrit : My current progress is at: https://github.com/detrout/telepathy-python Hmm, but telepathy-glib is

Re: [Telepathy] telepathy-reSIProcate connection manager

2015-08-16 Thread Alexandr Akulich
On Sun, Aug 16, 2015 at 9:42 AM, Debarshi Ray rishi...@lostca.se wrote: On Wed, Aug 12, 2015 at 04:30:00PM +0600, Alexandr Akulich wrote: There is many differences between qt and glib bindings. The first one is mature and stable, while the last one is still in development and can introduce

Re: [Telepathy] telepathy-reSIProcate connection manager

2015-08-16 Thread Alexandr Akulich
Oh! :D I'm lol. Martin, thank you for pointing. :-D On Sun, Aug 16, 2015 at 11:40 PM, Martin Klapetek mklape...@kde.org wrote: On Sun, Aug 16, 2015 at 2:19 PM, Alexandr Akulich akulichalexan...@gmail.com wrote: On Sun, Aug 16, 2015 at 9:42 AM, Debarshi Ray rishi...@lostca.se wrote

Re: [Telepathy] telepathy-reSIProcate connection manager

2015-08-12 Thread Alexandr Akulich
Hi Daniel, I would like to suggest you to base your project on TelepathyQt. Most of TelepathyQt connection managers implemented like you said: it's wrapping C++ libraries. Telepathy-Ofono wraps oFono library. https://launchpad.net/telepathy-ofono Telepathy-Nonsense wraps QXmpp library.

Re: [Telepathy] implementation of new XEP's

2015-06-08 Thread Alexandr Akulich
On Mon, Jun 8, 2015 at 8:58 PM, Martin Klapetek martin.klape...@gmail.com wrote: TelepathyQt is a library that makes it easy to actually use the spec in Clients. Especially since the last release, TelepathyQt is more, than just a library for clients, but it is a convenient thing to implement

Re: [Telepathy] implementation of new XEP's

2015-06-08 Thread Alexandr Akulich
I'm sorry, I didn't CC telepathy list, so I have to re-send my message, to make it visible for all. Hello. I can't say for Telepathy-glib, but I'm actively work on TelepathyQt. Currently I focus on service bindings, but I'm planning to improve client-side bindings and specifications as well.

[Telepathy] [Announce] Telepathy Qt 0.9.6

2015-05-15 Thread Alexandr Akulich
Tarball: http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-0.9.6.tar.gz Signature: http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-0.9.6.tar.gz.asc The New blood release. Enhancements: * Added TP_QT_VERSION and TP_QT_VERSION_CHECK macros - Can be used