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
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
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
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
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.
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
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
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
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