X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FProtocol.php;h=e510f1868cc5f51c8ab5353aa4a3562493fc64eb;hb=7b7132971a64a92a685a5fd860fe4709dce1765a;hp=759a6e70e66160c78f45258e09c90d8bec3af857;hpb=6041f74df64861ae0cab4b6250b97a65f61873a3;p=friendica.git diff --git a/src/Core/Protocol.php b/src/Core/Protocol.php index 759a6e70e6..e510f1868c 100644 --- a/src/Core/Protocol.php +++ b/src/Core/Protocol.php @@ -1,15 +1,30 @@ . + * */ + namespace Friendica\Core; use Friendica\Util\Network; /** * Manage compatibility with federated networks - * - * @author Hypolite Petovan */ class Protocol { @@ -25,12 +40,15 @@ class Protocol const FEDERATED = [self::DFRN, self::DIASPORA, self::OSTATUS, self::ACTIVITYPUB]; + const SUPPORT_PRIVATE = [self::DFRN, self::DIASPORA, self::MAIL, self::ACTIVITYPUB, self::PUMPIO]; + // Supported through a connector const DIASPORA2 = 'dspc'; // Diaspora connector const LINKEDIN = 'lnkd'; // LinkedIn const PUMPIO = 'pump'; // pump.io const STATUSNET = 'stac'; // Statusnet connector const TWITTER = 'twit'; // Twitter + const DISCOURSE = 'dscs'; // Discourse // Dead protocols const APPNET = 'apdn'; // app.net - Dead protocol