From 7d9372ec502ef681637eb48dac7a4444c9a86640 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 22 Jun 2008 22:27:10 -0400 Subject: first pass at a daemon to receive XMPP messages darcs-hash:20080623022710-84dde-bf3d3e3ce87957b9a91d38c16cf834d07b9933ea.gz --- config.php.sample | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.php.sample') diff --git a/config.php.sample b/config.php.sample index 8253bdeed..82c1c44ea 100644 --- a/config.php.sample +++ b/config.php.sample @@ -36,3 +36,12 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica'; #Standard fancy-url clashes prevented by not allowing nicknames on a blacklist #Add your own here. Note: empty array by default #$config['nickname']['blacklist'][] = 'scobleizer'; + +# xmpp +#$config['xmpp']['enabled'] = false; +#$config['xmpp']['server'] = 'server.example.net'; +#$config['xmpp']['port'] = 5222; +#$config['xmpp']['user'] = 'update'; +#$config['xmpp']['resource'] = 'uniquename'; +#$config['xmpp']['password'] = 'blahblahblah'; + -- cgit v1.2.3-54-g00ecf