infrastructure for queueing, redelivery
This commit is contained in:
parent
552c56102e
commit
de6c777d3f
7 changed files with 53 additions and 13 deletions
|
|
@ -710,7 +710,10 @@ function dfrn_deliver($owner,$contact,$atom) {
|
|||
|
||||
$xml = post_url($contact['notify'],$postvars);
|
||||
|
||||
logger('dfrn_deliver: ' . "SENDING: " . print_r($postvars,true) . "\n" . "RECEIVING: " . $xml);
|
||||
logger('dfrn_deliver: ' . "SENDING: " . print_r($postvars,true) . "\n" . "RECEIVING: " . $xml, LOGGER_DATA);
|
||||
|
||||
if(! strlen($xml))
|
||||
return(-1);
|
||||
|
||||
$res = simplexml_load_string($xml);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue