]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityNamespace.php
Merge pull request #13238 from annando/issue-13221
[friendica.git] / src / Protocol / ActivityNamespace.php
index 2301d547fa24f8d9ffebf6a6d4087b47140a51aa..bcbf5b4035e2c87618b0ddf66b647981fe526080 100644 (file)
@@ -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
         */