aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-21 22:02:18 -0700
committerredmatrix <git@macgirvin.com>2016-03-21 22:02:18 -0700
commit51a840f46a71800c5ce8111dacc2c4e1bbbe0b1a (patch)
treed5f349bc1f1039491cf970ad517a25a2b0a373ed /boot.php
parentb081c3e94b9d02b5df024f18e8940ab59ac5bae9 (diff)
downloadvolse-hubzilla-51a840f46a71800c5ce8111dacc2c4e1bbbe0b1a.tar.gz
volse-hubzilla-51a840f46a71800c5ce8111dacc2c4e1bbbe0b1a.tar.bz2
volse-hubzilla-51a840f46a71800c5ce8111dacc2c4e1bbbe0b1a.zip
update network_to_name (reserve DFRN for future use)
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 4aba36400..4dcd4bc15 100755
--- a/boot.php
+++ b/boot.php
@@ -271,9 +271,11 @@ define ( 'MENU_BOOKMARK', 0x0002 );
* Network and protocol family types
*/
-define ( 'NETWORK_DFRN', 'friendica-over-diaspora'); // Friendica, Mistpark, other DFRN implementations
+define ( 'NETWORK_FRND', 'friendica-over-diaspora'); // Friendica, Mistpark, other DFRN implementations
+define ( 'NETWORK_DFRN', 'dfrn'); // 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_GNUSOCIAL', 'gnusoc'); // status.net, identi.ca, GNU-social, other OStatus implementations
define ( 'NETWORK_FEED', 'rss'); // RSS/Atom feeds with no known "post/notify" protocol
define ( 'NETWORK_DIASPORA', 'diaspora'); // Diaspora
define ( 'NETWORK_MAIL', 'mail'); // IMAP/POP