aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-11 03:22:09 -0700
committerFriendika <info@friendika.com>2011-04-11 03:22:09 -0700
commitc8f32536ff77193689efe69702f91122f97c1f36 (patch)
tree9572912bab0a8f7fb8783873f999ea7e880774e9 /boot.php
parent9133a2384aecd61f8ee59b380d82dc2d58660703 (diff)
downloadvolse-hubzilla-c8f32536ff77193689efe69702f91122f97c1f36.tar.gz
volse-hubzilla-c8f32536ff77193689efe69702f91122f97c1f36.tar.bz2
volse-hubzilla-c8f32536ff77193689efe69702f91122f97c1f36.zip
pull in new 'writable' dfrn flag
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 5d8417bd2..2a4c29c1a 100644
--- a/boot.php
+++ b/boot.php
@@ -74,6 +74,18 @@ define ( 'PAGE_COMMUNITY', 2 );
define ( 'PAGE_FREELOVE', 3 );
/**
+ * Network and protocol family types
+ */
+
+define ( 'NETWORK_DFRN', 'dfrn'); // Friendika, Mistpark, other DFRN implementations
+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_MAIL', 'mail'); // IMAP/POP
+define ( 'NETWORK_FACEBOOK', 'face'); // Facebook API
+
+
+/**
* Maximum number of "people who like (or don't like) this" that we will list by name
*/