X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FActivityNamespace.php;h=ee6d80df14a459a6ed4cbcdd844400edd41dcd74;hb=065d73f860e40e5e3c0646a39edd30997d34f72e;hp=c504f28339be0f37f73eb3245f05e85a12b28a6b;hpb=bfbce16d0bd795cb7d48a98c05fd930058445f10;p=friendica.git diff --git a/src/Protocol/ActivityNamespace.php b/src/Protocol/ActivityNamespace.php index c504f28339..ee6d80df14 100644 --- a/src/Protocol/ActivityNamespace.php +++ b/src/Protocol/ActivityNamespace.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Protocol; @@ -125,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'; }