]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityNamespace.php
Configuration for the number of languages
[friendica.git] / src / Protocol / ActivityNamespace.php
index ee6d80df14a459a6ed4cbcdd844400edd41dcd74..bcbf5b4035e2c87618b0ddf66b647981fe526080 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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
         */
@@ -158,5 +164,5 @@ final class ActivityNamespace
        /**
         * @var string
         */
-       const PEERTUBE        = 'https://joinpeertube.org';     
+       const PEERTUBE        = 'https://joinpeertube.org';
 }