From: Zach Copley Date: Sun, 21 Feb 2010 22:43:28 +0000 (-0800) Subject: Add PoCo namespace to notice feeds X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=10281d59f4bf8298ff65792d1a7826913d96fafa;p=quix0rs-gnu-social.git Add PoCo namespace to notice feeds --- diff --git a/lib/atomnoticefeed.php b/lib/atomnoticefeed.php index 7653f91544..d2bf2a416f 100644 --- a/lib/atomnoticefeed.php +++ b/lib/atomnoticefeed.php @@ -64,6 +64,11 @@ class AtomNoticeFeed extends Atom10Feed 'http://activitystrea.ms/spec/1.0/' ); + $this->addNamespace( + 'poco', + 'http://portablecontacts.net/spec/1.0' + ); + // XXX: What should the uri be? $this->addNamespace( 'ostatus',