X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FProtocol.php;h=e510f1868cc5f51c8ab5353aa4a3562493fc64eb;hb=7b7132971a64a92a685a5fd860fe4709dce1765a;hp=0ecc076a0fd5501e9b355b175c5b6ca20d30b1b0;hpb=1de3960e267a8d298348fbca18cf1be1f6a20f7a;p=friendica.git diff --git a/src/Core/Protocol.php b/src/Core/Protocol.php index 0ecc076a0f..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 { @@ -33,6 +48,7 @@ class Protocol 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