diff options
author | Zach Copley <zach@status.net> | 2010-02-25 16:06:49 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-25 16:06:49 -0800 |
commit | 7922edb5b6c4ad55a1b81fa16c93e5656b676b26 (patch) | |
tree | 7f128941174c2b14a69ac102e28eaa1dbd3529da /lib/atomnoticefeed.php | |
parent | bac959ad46e6e04bce8c29f8a24e198e62bf5616 (diff) |
Add lots of fun avatars to our Atom output
Diffstat (limited to 'lib/atomnoticefeed.php')
-rw-r--r-- | lib/atomnoticefeed.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/atomnoticefeed.php b/lib/atomnoticefeed.php index d2bf2a416..3c3556cb9 100644 --- a/lib/atomnoticefeed.php +++ b/lib/atomnoticefeed.php @@ -65,6 +65,11 @@ class AtomNoticeFeed extends Atom10Feed ); $this->addNamespace( + 'media', + 'http://purl.org/syndication/atommedia' + ); + + $this->addNamespace( 'poco', 'http://portablecontacts.net/spec/1.0' ); |