aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-15 11:59:38 -0800
committerredmatrix <git@macgirvin.com>2016-01-15 11:59:38 -0800
commitf66c6bfebfd48274c9b29cd62b1fac933c6530e4 (patch)
tree9dcdfd91f93d1b2b5aec00a734a797bd1955c79f /boot.php
parentfe77ab4d71ed86d8c29a43ae2bc579a0db8b84b1 (diff)
parent2498df68c716ec6ed80b5547c721ca9741a85572 (diff)
downloadvolse-hubzilla-f66c6bfebfd48274c9b29cd62b1fac933c6530e4.tar.gz
volse-hubzilla-f66c6bfebfd48274c9b29cd62b1fac933c6530e4.tar.bz2
volse-hubzilla-f66c6bfebfd48274c9b29cd62b1fac933c6530e4.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/boot.php b/boot.php
index dd83ed6e2..b5a68b149 100755
--- a/boot.php
+++ b/boot.php
@@ -271,11 +271,11 @@ define ( 'MENU_BOOKMARK', 0x0002 );
* Network and protocol family types
*/
-define ( 'NETWORK_DFRN', 'dfrn'); // Friendica, Mistpark, other DFRN implementations
-define ( 'NETWORK_ZOT', 'zot!'); // Zot!
+define ( 'NETWORK_DFRN', 'friendica-over-diaspora'); // Friendica, Mistpark, other DFRN implementations
+define ( 'NETWORK_ZOT', 'zot'); // Zot!
define ( 'NETWORK_OSTATUS', 'stat'); // status.net, identi.ca, GNU-social, other OStatus implementations
-define ( 'NETWORK_FEED', 'feed'); // RSS/Atom feeds with no known "post/notify" protocol
-define ( 'NETWORK_DIASPORA', 'dspr'); // Diaspora
+define ( 'NETWORK_FEED', 'rss'); // RSS/Atom feeds with no known "post/notify" protocol
+define ( 'NETWORK_DIASPORA', 'diaspora'); // Diaspora
define ( 'NETWORK_MAIL', 'mail'); // IMAP/POP
define ( 'NETWORK_MAIL2', 'mai2'); // extended IMAP/POP
define ( 'NETWORK_FACEBOOK', 'face'); // Facebook API