diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-01-15 10:42:44 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-01-15 10:42:44 +0100 |
commit | 63ee0daac51b8c04123479f2ac91e1762492896f (patch) | |
tree | 8150a3a32799b4f840f920561897cf80531c3f46 /boot.php | |
parent | b58177e3c60fd6dfbe01549bb7894d9c84d40710 (diff) | |
download | volse-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-x | boot.php | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |