|
|
|
|
|
by aw3c2
4773 days ago
|
|
Jappix looks really nice. Is there a lightweight Android client that polls every few minutes for new messages? I would need to be notified about new messages when the phone is inactive (screen off). A browser is too big for that. |
|
For my part I wrote a node.js server application that acts as a notification central: myhub (https://github.com/PaulFreund/myhub).
It captures events from different sources (xmpp, irc, mail, rss) and makes them accessible via Email summarys, RSS feeds or a webinterface which is only implemented for a Kindle interface right now.
That way I get a mail every five minutes if I got messages and my phone will notify me about that.