]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
authorZach Copley <zach@status.net>
Sun, 21 Feb 2010 22:44:28 +0000 (14:44 -0800)
committerZach Copley <zach@status.net>
Sun, 21 Feb 2010 22:44:28 +0000 (14:44 -0800)
lib/atomnoticefeed.php

index 7653f9154463d3eacc460a22b443ffd3262eb58a..d2bf2a416f3bb26be64e0857b2ae43970239d7cc 100644 (file)
@@ -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',