diff options
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 9 |
1 files changed, 9 insertions, 0 deletions
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'; + |