Re: [SailfishDevel] Push Service for Sailfish OS

2016-02-10 Thread Michele Tameni
As told in this thread a broader scope within the OSS community could drive to something interesting: no ones has evaluated this? https://chatsecure.org/blog/fixing-the-xmpp-push-problem/ ? https://github.com/ChatSecure/ChatSecure-Push-Server Michele 2016-02-09 21:16 GMT+01:00 george b : > Hello

Re: [SailfishDevel] Push Service for Sailfish OS

2016-02-09 Thread george b
Hello I agree with you, that Jolla is currently not in a good financial situation. So a Push Service is for sure not a top priority for them. Maybee we can get a better acceptance as a community project together with the guys from plasma mobile. Last year they started with great passion to implem

Re: [SailfishDevel] Push Service for Sailfish OS

2016-02-08 Thread Thomas B . Rücker
On 02/07/2016 12:45 PM, r0kk3rz wrote: > I wouldn't bet on Jolla hosting such a thing, this was raised by a > community member some time ago and afaik Jolla didn't show any interest. To clarify, there was interest, but only as far as observing my research into this subject. Given that they constan

Re: [SailfishDevel] Push Service for Sailfish OS

2016-02-07 Thread r0kk3rz
I wouldn't bet on Jolla hosting such a thing, this was raised by a community member some time ago and afaik Jolla didn't show any interest. For MQTT tbr made a patched apache paho mqtt client which a number of sailfish os users have been using quite successfully for some time now: https://github.c

Re: [SailfishDevel] Push Service for Sailfish OS

2016-02-06 Thread george b
I did some more search on this issue. With libmosquitto and some client implementation (thank you, Yuvraaj), the push service may be possbile with the Mer testplattform. The problem with this is, that the guys from whisper systems have to include this push service within there server application.

Re: [SailfishDevel] Push Service for Sailfish OS

2016-02-02 Thread Yuvraaj
I had ported libmosquitto to Diablo and Maemo so that I could use it in my app qgvdial. I've even pulled out the class I used into a separate repository so that anyone else can use it: https://github.com/uvatbc/simplify/tree/master/qt/mqclient Hope this helps. -UV On 02/02/2016 06:04 AM, Tone

Re: [SailfishDevel] Push Service for Sailfish OS

2016-02-02 Thread Tone Kastlunger
AFAIK, someone had putted together a concept-proof push service. On Mon, Feb 1, 2016 at 9:14 PM, Erik Lundin wrote: > Den 2016-02-01 kl. 19:58, skrev george b: > >> The only missing thing is a working push service to get a real user >> experience with a messaging application. >> >> Does anyone k

Re: [SailfishDevel] Push Service for Sailfish OS

2016-02-01 Thread Erik Lundin
Den 2016-02-01 kl. 19:58, skrev george b: The only missing thing is a working push service to get a real user experience with a messaging application. Does anyone know something about that? I didn't find any good resources about this topic on the internet. There exists a question about that at

[SailfishDevel] Push Service for Sailfish OS

2016-02-01 Thread george b
Hello The last days I get in contact with some developers to get an idea if it is possible to implement a native TextSecure Client for sailfish. The encryption library, written in C, is there. The Web-API for registration to the server is documented. A reference implementation, written in go, is