diff options
author | Evan Prodromou <evan@status.net> | 2010-02-21 21:39:50 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-21 21:39:50 -0500 |
commit | 273c0e036347891570a02502715345f5bbb7b143 (patch) | |
tree | 489c1a254e4698443e30032b0a37226259b9c958 /lib | |
parent | 912814fb7f3580e6925b5fae7092966df9bf3aab (diff) | |
parent | ca2a88545d353f0e887f48fe0e3bd43b505031ca (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'lib')
-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 7653f9154..d2bf2a416 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', |