]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityNamespace.php
Merge remote-tracking branch 'upstream/2022.05-rc' into bulk-delivery
[friendica.git] / src / Protocol / ActivityNamespace.php
index e5654f3d61db15e3d8db5dda8a1f4f09603cda35..ee6d80df14a459a6ed4cbcdd844400edd41dcd74 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -144,8 +144,19 @@ final class ActivityNamespace
         * @var string
         */
        const ATOM1           = 'http://www.w3.org/2005/Atom';
+
        /**
         * @var string
         */
        const MASTODON        = 'http://mastodon.social/schema/1.0';
+
+       /**
+        * @var string
+        */
+       const LITEPUB         = 'http://litepub.social';
+
+       /**
+        * @var string
+        */
+       const PEERTUBE        = 'https://joinpeertube.org';     
 }