X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FActivityNamespace.php;h=bcbf5b4035e2c87618b0ddf66b647981fe526080;hb=b218a7f218a97773d0d3419fafb5380cd8a2516c;hp=c504f28339be0f37f73eb3245f05e85a12b28a6b;hpb=73b448c82926e384c110434de793c8cc55c5ddbc;p=friendica.git diff --git a/src/Protocol/ActivityNamespace.php b/src/Protocol/ActivityNamespace.php index c504f28339..bcbf5b4035 100644 --- a/src/Protocol/ActivityNamespace.php +++ b/src/Protocol/ActivityNamespace.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Protocol; @@ -125,8 +144,25 @@ final class ActivityNamespace * @var string */ const ATOM1 = 'http://www.w3.org/2005/Atom'; + + /** + * This namespace is used for the (deprecated) Atom 0.3 specification + * @var string + */ + const ATOM03 = 'http://purl.org/atom/ns#'; + /** * @var string */ const MASTODON = 'http://mastodon.social/schema/1.0'; + + /** + * @var string + */ + const LITEPUB = 'http://litepub.social'; + + /** + * @var string + */ + const PEERTUBE = 'https://joinpeertube.org'; }