Config.php
From StatusNet
// Enable bidirectional Twitter bridge // // NOTE: if you enable this you must also set $config['avatar']['path'] // // $config['twitter']['enabled'] = true; // Twitter integration source attribute. Note: default is StatusNet // $config['integration']['source'] = 'StatusNet'; // $config['twitter']['consumer_secret'] = ;
// $config['twitter']['consumer_key'] = ;
// optionally show non-local messages in public timeline // $config['public']['localonly'] = false;
// Disable OpenID // $config['openid']['enabled'] = false; // extra daemons settings, helpfull if you are using monit to restart them // $config['daemon']['piddir'] = '/var/run'; //This is my attempt at making setting up the xmpp daemon less opaque #$config['xmpp']['enabled'] = false; #$config['xmpp']['host'] = 'machine running xmpp server'; #$config['xmpp']['server'] = 'the domain with the svr record'; #$config['xmpp']['port'] = 5222; #$config['xmpp']['user'] = 'xmpp bot's name, eg 'update' at identica register this user on your xmpp server; #$config['xmpp']['encryption'] = false; #$config['xmpp']['password'] = ;