]> git.mxchange.org Git - friendica.git/commitdiff
Preparations for the pumpio synchronisation.
authorMichael Vogel <icarus@dabo.de>
Wed, 28 Aug 2013 06:56:48 +0000 (08:56 +0200)
committerMichael Vogel <icarus@dabo.de>
Wed, 28 Aug 2013 06:56:48 +0000 (08:56 +0200)
boot.php
include/contact_selectors.php

index 4b2439d929f51ed91f5bb7992864b9779ae113ea..13ee7acdc2c5bdb7826706056d1e9b50998f3518 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -139,6 +139,7 @@ define ( 'NETWORK_LINKEDIN',         'lnkd');    // LinkedIn
 define ( 'NETWORK_XMPP',             'xmpp');    // XMPP
 define ( 'NETWORK_MYSPACE',          'mysp');    // MySpace
 define ( 'NETWORK_GPLUS',            'goog');    // Google+
+define ( 'NETWORK_PUMPIO',           'pump');    // pump.io
 
 define ( 'NETWORK_PHANTOM',          'unkn');    // Place holder
 
@@ -161,6 +162,7 @@ $netgroup_ids = array(
        NETWORK_XMPP     => (-10),
        NETWORK_MYSPACE  => (-11),
        NETWORK_GPLUS    => (-12),
+       NETWORK_PUMPIO   => (-13),
 
        NETWORK_PHANTOM  => (-127),
 );
index 7e2f81dffe4985d40e436b9aac110880cb91c35b..44ff7ab04079f95424d65c66d310ff9551f187c3 100644 (file)
@@ -84,7 +84,8 @@ function network_to_name($s) {
                NETWORK_XMPP     => t('XMPP/IM'),
                NETWORK_MYSPACE  => t('MySpace'),
                NETWORK_MAIL2    => t('Email'),
-               NETWORK_GPLUS    => t('Google+')
+               NETWORK_GPLUS    => t('Google+'),
+               NETWORK_PUMPIO   => t('pump.io')
        );
 
        call_hooks('network_to_name', $nets);