diff configuration.js @ 45:8b20f2efb939

Add an option to choose the host and port of the connection.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 08 Mar 2011 00:25:17 +0100
parents 023f767662d3
children 22b06eade9a7
line wrap: on
line diff
--- a/configuration.js
+++ b/configuration.js
@@ -23,6 +23,8 @@ var config = exports;
 
 config.jid = 'pubsub.example.org';
 config.password = 'hellohello';
+config.host = 'localhost';
+config.port = 5347;
 config.superOwner = ['you@example.com'];
 config.version = '0.1';
 config.os = 'GNU/Linux';