StephenKDS / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

Notifier using XMPP #89

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A feature that would allow this program to communicate with its owner via an 
XMPP protocol and send an instant message to his/her Google Talk/Jabber IM 
client.

Original issue reported on code.google.com by Denis.Va...@gmail.com on 10 Sep 2010 at 9:16

GoogleCodeExporter commented 8 years ago
with the owner of a device

Original comment by Denis.Va...@gmail.com on 10 Sep 2010 at 9:16

GoogleCodeExporter commented 8 years ago
Great idea !

Original comment by s...@onfire.fr on 10 Sep 2010 at 2:43

GoogleCodeExporter commented 8 years ago
That's a good idea. I'll investigate how it can be done.

Original comment by rdamazio@gmail.com on 10 Sep 2010 at 2:44

GoogleCodeExporter commented 8 years ago
It is exactly what TalkMyPhone already does 
https://code.google.com/p/talkmyphone/

Original comment by chm.duquesne on 13 Sep 2010 at 1:02

GoogleCodeExporter commented 8 years ago
W00t!

Original comment by Denis.Va...@gmail.com on 13 Sep 2010 at 1:17

GoogleCodeExporter commented 8 years ago
Ideally it would be possible to use a non-bare JID, including the resource name 
as a recipient. This way there is no need for yet another jabber account just 
for receiving, but you could specify your@gtalk.com/laptop.

Its too bad that google still does not provide a xmpp-API to be able to use the 
users gtalk-connection (afaik, that API has not appeared yet?). This would 
probably save both time and battery.

Original comment by sop...@gmail.com on 13 Sep 2010 at 1:27

GoogleCodeExporter commented 8 years ago
Nice, talkmyphone seems to be using a library called smack - I can just use 
that as well.

Original comment by rdamazio@gmail.com on 13 Sep 2010 at 5:12

GoogleCodeExporter commented 8 years ago
For my own reference:
http://www.igniterealtime.org/projects/smack/index.jsp

Original comment by rdamazio@gmail.com on 13 Sep 2010 at 5:13