]> 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 550655460963d1425a78499af9ac227946362be1..ee6d80df14a459a6ed4cbcdd844400edd41dcd74 100644 (file)
@@ -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';     
 }