diff 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
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/config.js
@@ -0,0 +1,6 @@
+var config = exports;
+
+config.jid = 'you@example.org';
+config.password = 'hellohello';
+
+config.server = 'pubsub.example.com';