DISQUS

DISQUS Hello! Scribkin is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Scribkin

where code and culture converge
Jump to original thread »
Author

What I Need is a Universal Receptor Protocol

Started by Phil Glockner · 1 year ago

Have you ever grumbled that a particular application you use doesn’t work the way you want it to, or doesn’t have a specific feature you want?

Sure you have. I have too. Everyone has. But what makes coders and developers different is that they usually hunker down and implement the feature or fix the code [...] ... Continue reading »

4 comments

  • XMPP. It is all about presence. Couple that with offline message retrieval (XEP-0013) and filetransfers (XEP-0096)
    In theroy, a blog could also have a XMPP account. It could "message" its subscribers. if the server supported it, the server could send one message to a lot of folks.

    My understanding is that it handles meta data well. I have never heard of it being use like this, but I think it could work. Couple it with a completely different GUI than most normal IM clients and you would be in business!

    Best of all, the hard part is already done! There are already xmpp servers running.
    There would still be a lot of work to get what you want, but I feel that your main thing is the push protocol, and XMPP gets that done.
  • Sweet! In fact, I used to manage an XMPP-enabled server at my last job, a product called CommuniGate Pro (basically an Exchange server clone). We weren't using that part of the software and it wasn't documented well, but definitely supported.

    Thanks for giving me a direction to start looking in. I had completely forgotten about it. I guess that reveals an embarrassing lack of research on my part.
  • I did a little more research. If you can find an XMPP server that supports
    some certain extensions, you would be nearly to your goal of the open
    receptor!

    Namely,
    http://www.xmpp.org/extensions/xep-0060.html
    http://www.xmpp.org/extensions/xep-0049.html
    http://www.xmpp.org/extensions/xep-0002.html
    http://www.xmpp.org/extensions/xep-0030.html

    Some of those sound like it would really help your protocol. Especally that
    subscribe publish one.
  • Oh man, very cool. I wish I was more of a developer, this is really good stuff. Thanks for digging up the links!

Add New Comment

Comments are closed for this post.
Returning? Login