Monday, November 08, 2010 at 12:06 AM.
system.verbs.builtins.tcp.im.builtinDrivers.jabber.code.examples.pubsub.pubsubPublishHandler
on pubsubPublishHandler (iq, query, connection) {
<<Changes
<<5/14/02; 1:51:34 PM by JB
<<Changelog created.
local ( publications = xml.getAddressList ( query, "publish" ) );
try {
xml.getAddress(iq, "error");
return};
for pub in publications {
local ( url = xml.getAttributeValue(pub, "ns") );
xml.aggregator.rpcHandlers.channelChanged(url)}}
This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.