implement pubsubhubbub subscriber (update schema)

This commit is contained in:
Andrew Dolgov
2011-04-01 13:39:58 +04:00
parent e2bcd11bb1
commit 5ab9791f34
9 changed files with 118 additions and 24 deletions
+2 -7
View File
@@ -228,15 +228,10 @@
return;
}
/* if ($subop == "updateFeed") {
// Silent
/* if ($subop == "update") {
$feed_id = db_escape_string($_REQUEST["feed"]);
update_rss_feed($link, $feed_id);
print "<rpc-reply>";
print "<message>UPDATE_COUNTERS</message>";
print "</rpc-reply>";
return;
} */