Community Page
- www.scripting.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thank you for the inspired direction Dave - got me wondering: http://www.iamronen.com/?p=1309
- I have never seen updates from Scripting News at weblogs.com. Perhaps weblogs.com is ignoring Scripting News or Scripting News is not pinging weblogs.com. In any case, that might explain why...
- No. I'm just talking about our sites, as opposed to the ones we point to.
- "For both Barger and myself, linkrot has not claimed our work -- it's all still there, many many years later." I'm curious as to what you may do to eliminate/minimize linkrot to...
- Thanks for letting me know. I'll take a look. This is why I suggested that they make a Twitter clone dev kit, so publishing organizations that wouldn't have the wherewithall to compete with...
1 year ago
There are two ways to talk XMPP/Jabber. The first is C2S -- where you write a client that can connect to a server. You can write a bot to connect to the Google server, but be aware that you may hit some limits as we really built the system for users, not bots.
The other way is S2S -- where you are another server that connects to Talk. The name of your bot/service wouldn't be @gmail.com but would rather be hosted on your own server with your own domain. In this case you have a lot more freedom to implement the server in whatever way you want. This is the way the twitter bot interacts.
There is *really* a lot to like about XMPP S2S. It is very open much in the model of SMTP. When a message to "joebob@mydomain.com" is seen, the server will do a DNS lookup (SRV record), call that server and deliver the message. Check out xmpp.org for all of the specifications and a list of server implementations to start playing with. If you want to be *really* fancy you can write your own server, but I would suggest you start with something off the shelf to play with.
1 year ago
1 year ago
1 year ago
You could try working with OpenFire to get started it's reasonably easy to use as a server.
http://www.igniterealtime.org/projects/openfire...
1 year ago
1 year ago
yes, you can read all about it here: http://www.xmpp.org/extensions/xep-0060.html
If you're interested in writing something with Openfire, you can check out the XMPP bot that I wrote for Openfire to do instant notifications of RSS changes, it's a component that lives inside the server, much like what Joe talked about above:
http://cephas.net/projects/instantfeeds/
Cheers,
AJ
1 year ago
He's the co-author of XEP-0060, was at Jaiku and is the developer of Idavoll, an implementation of a generic publish-subscribe service component for Jabber servers, which now supports an HTTP-XMPP Pubsub gateway. ;)
See also, this Jaiku thread.
1 year ago
1 year ago
1 year ago
I guess it is slowly creeping into everyone's mindshare...
1 year ago
1 year ago