projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37179a9
)
Add PoCo namespace to notice feeds
author
Zach Copley
<zach@status.net>
Sun, 21 Feb 2010 22:43:28 +0000
(14:43 -0800)
committer
Zach Copley
<zach@status.net>
Sun, 21 Feb 2010 22:43:28 +0000
(14:43 -0800)
lib/atomnoticefeed.php
patch
|
blob
|
history
diff --git
a/lib/atomnoticefeed.php
b/lib/atomnoticefeed.php
index 7653f9154463d3eacc460a22b443ffd3262eb58a..d2bf2a416f3bb26be64e0857b2ae43970239d7cc 100644
(file)
--- 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',