comparison config.js @ 0:a2dab4544b2d default tip

Initial commit.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 28 Jan 2011 02:35:04 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a2dab4544b2d
1 var config = exports;
2
3 config.jid = 'you@example.org';
4 config.password = 'hellohello';
5
6 config.server = 'pubsub.example.com';