X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FActivityNamespace.php;h=2301d547fa24f8d9ffebf6a6d4087b47140a51aa;hb=843502badcf6737dae1f8ea7a0b9ebe2984caa9a;hp=c504f28339be0f37f73eb3245f05e85a12b28a6b;hpb=7343ee510826e981a80c8db1da86d2aa524a488d;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'; }