diff options
author | friendica <info@friendica.com> | 2012-01-31 20:03:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-31 20:03:46 -0800 |
commit | 86c0eac27d4ed2a454f752615a1b446cf2acd2b2 (patch) | |
tree | 85f35f137d3848881d17cda3fc7a8580bb0ad7bb /boot.php | |
parent | 4fc455d195fef9f1bfbc9f125788650fb3153237 (diff) | |
download | volse-hubzilla-86c0eac27d4ed2a454f752615a1b446cf2acd2b2.tar.gz volse-hubzilla-86c0eac27d4ed2a454f752615a1b446cf2acd2b2.tar.bz2 volse-hubzilla-86c0eac27d4ed2a454f752615a1b446cf2acd2b2.zip |
transport for email contacts phase II
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -101,10 +101,12 @@ define ( 'NETWORK_OSTATUS', 'stat'); // status.net, identi.ca, GNU-s 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_MAIL2', 'mai2'); // extended IMAP/POP define ( 'NETWORK_FACEBOOK', 'face'); // Facebook API define ( 'NETWORK_LINKEDIN', 'lnkd'); // LinkedIn define ( 'NETWORK_XMPP', 'xmpp'); // XMPP define ( 'NETWORK_MYSPACE', 'mysp'); // MySpace +define ( 'NETWORK_GPLUS', 'goog'); // Google+ /** * Maximum number of "people who like (or don't like) this" that we will list by name |