]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Protocol.php
We only need to fetch the content once
[friendica.git] / src / Core / Protocol.php
index 949e2350c3be85ceb72f93d0ad756cb8d2936b84..00552bf787f3fa2b7a6c594974c394570332c1de 100644 (file)
@@ -14,25 +14,27 @@ use Friendica\Util\Network;
 class Protocol
 {
        // Native support
-       const ACTIVITYPUB = 'apub';    // ActivityPub
+       const ACTIVITYPUB = 'apub';    // ActivityPub (Pleroma, Mastodon, Osada, ...)
        const DFRN        = 'dfrn';    // Friendica, Mistpark, other DFRN implementations
-       const DIASPORA    = 'dspr';    // Diaspora
+       const DIASPORA    = 'dspr';    // Diaspora, Hubzilla, Socialhome, Ganggo
        const FEED        = 'feed';    // RSS/Atom feeds with no known "post/notify" protocol
        const MAIL        = 'mail';    // IMAP/POP
-       const OSTATUS     = 'stat';    // GNU-social, Pleroma, Mastodon, other OStatus implementations
+       const OSTATUS     = 'stat';    // GNU Social and other OStatus implementations
 
        const NATIVE_SUPPORT = [self::DFRN, self::DIASPORA, self::OSTATUS, self::FEED, self::MAIL, self::ACTIVITYPUB];
 
        // Supported through a connector
-       const APPNET    = 'apdn';    // app.net - Dead protocol
        const DIASPORA2 = 'dspc';    // Diaspora connector
-       const FACEBOOK  = 'face';    // Facebook API
-       const GPLUS     = 'goog';    // Google+
        const LINKEDIN  = 'lnkd';    // LinkedIn
        const PUMPIO    = 'pump';    // pump.io
        const STATUSNET = 'stac';    // Statusnet connector
        const TWITTER   = 'twit';    // Twitter
 
+       // Dead protocols
+       const APPNET    = 'apdn';    // app.net - Dead protocol
+       const FACEBOOK  = 'face';    // Facebook API - Not working anymore, API is closed
+       const GPLUS     = 'goog';    // Google+ - Dead in 2019
+
        // Currently unsupported
        const ICALENDAR = 'ical';    // iCalendar
        const MYSPACE   = 'mysp';    // MySpace