![]() |
[IN DEVELOPMENT] PUSH via Jabber tool
This software has been released. It is called JPush.
Please visit this thread for more details. ------------------------------ This thread is to gather ideas for a PUSH via Jabber tool. I am currently looking for ideas on what to support, and possible names for the program. Read below for details on the program. This software does require a program to be running on a server. How many people have access to a server that they could use for this (see the poll above)? I would be willing to run a server, but this would require collecting donations (I can get a server to support plenty of people for ~$10 a month). This would require users to put their username and passwords on the server, or forward their emails to the server. Let me know what you think about this idea (this would of course be optional. You could run the server on your own computer). -------------------------------------------------------------------------------- This program uses an existing jabber account on the n900, and a server to enable pushing information to the device. This currently supports push updates of new messages to the n900 (essentially push email for any email account, gmail, yahoo, etc without the battery, etc downsides of nokia messaging). In the future it will support push for other applications, such as TOR. (In case anyone doesn't know, push is where the device is notified of new emails / other information instead of checking every x minutes to see if there is any new information). -------------------------------------------------------------------------------- This software does require the use of a linux server that can receive email. How many people have access to a server that they could use? |
Re: Interest in PUSH via Jabber tool?
100% interested
|
Re: Interest in PUSH via Jabber tool?
Interested! I now understand the direction of your questions for qgvdial - I'm curious what your design is.
|
Re: Interest in PUSH via Jabber tool?
Hey, the title of your post is a bit misleading.....i thought it is a request or a problem/issue thread......Well now that I know its not the case then, Am all for it.....Go mate go...its definitely needed.
May I suggest changing the title of thread to something like [Announce] etc...to catch more eyeballs...its only a suggestion though..... Happy developing:D AK Quote:
|
Re: Interest in PUSH via Jabber tool?
That's definitely very cool concept. I'm curious as to how well this would interface with the email client Eg. It'll open the email client much the same as with regular polled mode? Or is it simply an IM notification Eg "You've got a new email".
|
Re: Interest in PUSH via Jabber tool?
Hi, great news - today I tought about it PUSH on N900.
Glad that you already done it! Where is the script? Greetings |
Re: Interest in PUSH via Jabber tool?
+1
sounds good |
Re: Interest in PUSH via Jabber tool?
Quote:
But yes, definitely interested. |
Re: Interest in PUSH via Jabber tool?
extremely interested.. would help me out a lot. Thank you
|
Re: Interest in PUSH via Jabber tool?
Interested!
|
Re: Interest in PUSH via Jabber tool?
I'll post some more details later today, but just as a basic overview of the system I am using:
It uses an XMPP account on the server that is signaled in some way (right now by receiving an email), that makes the server switch its presence. The n900 program receives this via a dbus message that it subscribes to, and then takes the appropriate action (runs a script), such as checking for email. I might add telepathy tubes in the future so actual data can be sent too, but that would come in a later release, since I would need to look into how to do that. I didn't realize there was this much interest. I'll probably have some time to do some cleanup on the code this weekend. I just need a name for the program. Any ideas? I'll change this to an announce thread once I come up with a name. |
Re: Interest in PUSH via Jabber tool?
Quote:
|
Re: Interest in PUSH via Jabber tool?
I am very interested...
|
Re: Interest in PUSH via Jabber tool?
What would be the big advantage between having the presence being polled all the time (as is done now), with also mail being polled (infrequently)?
Or do I misunderstand how the presence is updated right now? |
Re: Interest in PUSH via Jabber tool?
first i want to see that im VERY interested in this app
as for a proper title or name for it then mmm... why not simple stuff like: 'push mail' or 'PushN900' i like the second one though, looks eye catchy. thanks for your efforts, bakuur |
Re: Interest in PUSH via Jabber tool?
I would keep n900 out of the name, and go for something more platform agnostic to avoid renames down the track when you redevelop for meego and other platforms :)
I seem to be one of the few people who puts up with battery drain to maintain an online presence (via xmpp). Are people going to be willing to maintain a permanent data connection? I was toying with a script that used Google Voice free SMS for push, which would then trigger the n900 to establish a data connection to get done what needed to be done. |
Re: Interest in PUSH via Jabber tool?
cool man, and it would be awesome if it supports facebook pish notifications.
|
Re: Interest in PUSH via Jabber tool?
Quote:
Quote:
Email (unless you are using nokia messenging, or microsoft activesync) is received by checking for new messages every X minutes. This program will notify your phone that there is a new message, so you can receive it instantly. If you are already using a jabber client on the n900, it should use less battery than nokia messenging, microsoft activesync, or even polling. Quote:
I previously tried to use SMS for push, but there is no way to block SMS messages, so they don't get displayed (please correct me if I am wrong though). Quote:
|
Re: [IN DEVELOPMENT] PUSH via Jabber tool
This software does require a program to be running on a server. How many people have access to a server that they could use for this?
|
Re: [IN DEVELOPMENT] PUSH via Jabber tool
Quote:
Also: Add a poll to the thread. |
Re: [IN DEVELOPMENT] PUSH via Jabber tool
Quote:
|
Re: [IN DEVELOPMENT] PUSH via Jabber tool
Quote:
Not having that option may be related to the t.m.o. theme you are using. Switch to the default "normal". |
Re: [IN DEVELOPMENT] PUSH via Jabber tool
Quote:
|
Re: [IN DEVELOPMENT] PUSH via Jabber tool
Dude, this is the future and you're on the right track. But go big, or go home. The right solution includes all push(XMPP,SIMPLE,...)/pull(email,RSS,...) protocols supported by a personal proxy/server that makes one tunneled dynamic push connection to the mobile device.
Start with a big picture and modify it for a better personal/mobile experience: http://www.kamailio.org/wp-images/kamailio-sip-ucp.png The Kamailio SIP server ties in nicely with jabberd2 to provide a very good starting point, and they both already run on sub-$50 OpenWRT devices. |
Re: [IN DEVELOPMENT] PUSH via Jabber tool
Quote:
This service could possibly grow into something like this, but for now I plan on making it extendable, and adding features as requested. An all inclusive push api for the device would best be setup by nokia themselves. What about the name JPush (for jabber push)? This is tied to the protocol used, but I can't think of anything better. |
Re: [IN DEVELOPMENT] PUSH via Jabber tool
I have been researching along these lines lately as well, trying to be more 'real-time'
I think for me is going to end up being some combination of xmpp(ejabberd) for the pushing and amqp(rabbitmq) for the brokering, proxying, queuing whatever you wanna call it google it and find some intersting projects along these lines already under way for a while |
Re: [IN DEVELOPMENT] PUSH via Jabber tool
Quote:
I am having issues with the following command sending / receiving new emails if I completely disable polling. If I set it to check for new messages every 24 hours or less, it works fine. If anyone has a chance, could they try running this command with automatic polling disabled, and see if it actually checks for new messages?: Code:
dbus-send --type=method_call --dest=com.nokia.modest /com/nokia/modest com.nokia.modest.SendReceive |
Re: [IN DEVELOPMENT] PUSH via Jabber tool
Quote:
it is just xmpp on client side |
Re: [IN DEVELOPMENT] PUSH via Jabber tool
Quote:
|
Re: [IN DEVELOPMENT] PUSH via Jabber tool
Quote:
I think I might release what I have for now, and leave that as a possible enhancement in the future. |
Re: Interest in PUSH via Jabber tool?
Quote:
just idea :) |
Re: [IN DEVELOPMENT] PUSH via Jabber tool
|
| All times are GMT. The time now is 11:39. |
vBulletin® Version 3.8.8