Sha256: 3c238ad9ab4d0f0915dfd6ce527c53409b9e48000f59d79087854668d0bcfc17
Contents?: true
Size: 995 Bytes
Versions: 5
Compression:
Stored size: 995 Bytes
Contents
# Jabber configuration file # The configuration specifies the following keys: # * jabber_id - Identidy (username) of the user # * host - Host to connect to (optional) # * port - Port to connect to (optional) # * password - Password used to authenticate # * resource - Multiple connections can be made with the same credentials and different resources # * masters - Array of Jabber ID's whose messages will be processed # * supporters - Additional 'buddies' to keep on roster, but messages won't be processed (optional) # * enable_logging - Enable Blather logging (VERY VERBOSE) # * require_master - Disable filtering of messages based on the sender being a 'master' defaults: &defaults jabber_id: dk@jabber.org host: jabber.org port: 5222 password: secret resource: daemon_kit enable_logging: false masters: - kenneth.kalmer@gmail.com supporters: - someone@gmail.com development: <<: *defaults test: <<: *defaults production: <<: *defaults
Version data entries
5 entries across 5 versions & 1 rubygems