From: Zach Copley Date: Tue, 23 Feb 2010 01:56:43 +0000 (-0800) Subject: Add PoCo namespace to optional ns output in Notice::asAtomEntry() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=89dc6dee01b08a2dc529449e6006fe772d46b72d;p=quix0rs-gnu-social.git Add PoCo namespace to optional ns output in Notice::asAtomEntry() --- diff --git a/classes/Notice.php b/classes/Notice.php index 92d959dc56..e8d5c45cb2 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -1067,6 +1067,7 @@ class Notice extends Memcached_DataObject 'xmlns:thr' => 'http://purl.org/syndication/thread/1.0', 'xmlns:georss' => 'http://www.georss.org/georss', 'xmlns:activity' => 'http://activitystrea.ms/spec/1.0/', + 'xmlns:poco' => 'http://portablecontacts.net/spec/1.0', 'xmlns:ostatus' => 'http://ostatus.org/schema/1.0'); } else { $attrs = array();