when the
notify.io discussions were getting off the ground, it sounded
like XMPP was going to be the delivery method of choice since 1) it
was made for 'push' type communication, and 2) Yapper was already
built on top of it.
when checking out your Hookah project, it says that it supports
webhooks (POST), PubSubHubbub, and long polling instead. i think you
said in another post that you were leaning toward long polling at the
moment, but am i correct in assuming you will want to support various
transports and thus the Hookah library?
you probably have already seen it, but here is a link to a
PubSubHubbub-to-XMPP gateway running on App Engine that looks
interesting:
http://grack.com/blog/2009/09/09/pubsubhubbub-to-xmpp-gateway/
- it allows the simplicity of PubSubHubbub, but handles the 'how do i
get it to the desktop' portion as well. and since it runs on App
Engine, it fits in with the POSS model.
just thought i would share it for those that had not seen it yet.