]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add PoCo namespace to optional ns output in Notice::asAtomEntry()
authorZach Copley <zach@status.net>
Tue, 23 Feb 2010 01:56:43 +0000 (17:56 -0800)
committerZach Copley <zach@status.net>
Tue, 23 Feb 2010 01:56:43 +0000 (17:56 -0800)
classes/Notice.php

index 92d959dc56e95b32e2c476e921ab473eccc12355..e8d5c45cb2f2dae58887a9c10907300ae4306d20 100644 (file)
@@ -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();