mirror of
https://github.com/friendica/friendica
synced 2025-05-24 21:04:13 +02:00
Support for feeds that follow the ATOM 0.3 specification
This commit is contained in:
parent
148f12580b
commit
74bcc33fdb
2 changed files with 12 additions and 1 deletions
|
@ -145,6 +145,12 @@ final class ActivityNamespace
|
|||
*/
|
||||
const ATOM1 = 'http://www.w3.org/2005/Atom';
|
||||
|
||||
/**
|
||||
* This namespace is used for the (deprecated) Atom 0.3 specification
|
||||
* @var string
|
||||
*/
|
||||
const ATOM03 = 'http://purl.org/atom/ns#';
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue