http://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol
http://xmpp.org/
Cheers,
Danny.
http://webbeep.it - text to tones and back again
Hi Danny,
I would check with guys from Buddycloud (in cc), they had this presentation on FSW2011
"Bridging Federated Protocol Stacks"
http://d-cent.org/fsw2011/videos/
Myself I have quite some sympathy to XMPP and have plans to research it further for a while...
Cheers
=)
~ elf Pavlik ~
cool! if you need help, drop by in the chat room, we're usually there
to help: http://webchat.freenode.net/?channels=#unhosted
> As far as I understand the concepts of unhosted, I think this could be
> covered with XMPP (and a PubSub service).
XMPP itself is not accessible directly from unhosted web apps (web
apps that run in the browser instead of on a server), so you would
need XMPP-over-WebSocket or its more widely spread predecessor, bosh.
> In addition there would also be
> federation to other servers and all the parts needed to build applications
> for communication.
does XMPP provide personal data storage? Can I upload files to my XMPP
account and retrieve them later, using the xmpp server basically as a
file server? because that is what the remoteStorage spec implements.
if XMPP-over-WebSocket can do this, then we might be able to add it as
one of the APIs of remoteStorage.