aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-01-15 10:42:44 +0100
committerMario Vavti <mario@mariovavti.com>2016-01-15 10:42:44 +0100
commit63ee0daac51b8c04123479f2ac91e1762492896f (patch)
tree8150a3a32799b4f840f920561897cf80531c3f46 /boot.php
parentb58177e3c60fd6dfbe01549bb7894d9c84d40710 (diff)
downloadvolse-hubzilla-63ee0daac51b8c04123479f2ac91e1762492896f.tar.gz
volse-hubzilla-63ee0daac51b8c04123479f2ac91e1762492896f.tar.bz2
volse-hubzilla-63ee0daac51b8c04123479f2ac91e1762492896f.zip
provide more contact infos and update some protocol type definitions
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 fd309451f..da1ba2ac5 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