New OStatus implementation

This commit is contained in:
Michael Vogel
2016-03-30 12:43:15 +02:00
committed by Roland Haeder
parent 9d322d7473
commit f2ce7f51cd
6 changed files with 1786 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function handle_pubsubhubbub() {
logger("Generate feed for user ".$rr['nickname']." - last updated ".$rr['last_update'], LOGGER_DEBUG);
$params = ostatus_feed($a, $rr['nickname'], $rr['last_update']);
$params = ostatus::feed($a, $rr['nickname'], $rr['last_update']);
$hmac_sig = hash_hmac("sha1", $params, $rr['secret']);
$headers = array("Content-type: application/atom+xml",