X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FActivityNamespace.php;h=2301d547fa24f8d9ffebf6a6d4087b47140a51aa;hb=c1686c486c8fcb4f94f89df869ae72509f3583fe;hp=c504f28339be0f37f73eb3245f05e85a12b28a6b;hpb=73b448c82926e384c110434de793c8cc55c5ddbc;p=friendica.git diff --git a/src/Protocol/ActivityNamespace.php b/src/Protocol/ActivityNamespace.php index c504f28339..2301d547fa 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'; }