Mercurial > eldonilo > avatar
diff configuration.js.example @ 13:38ddd5888b8d
It’s now a client instead of a component. :)
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 03 Jun 2011 21:45:59 +0200 |
parents | a637cde69f71 |
children | 27eaec05cfd0 |
line wrap: on
line diff
--- a/configuration.js.example +++ b/configuration.js.example @@ -20,16 +20,10 @@ var config = exports; -// The JID and password of the component, that have to be configured in -// the host. +// The JID and password of the account used. config.jid = 'avatar.example.org'; config.password = 'hellohello'; -// The hostname or IP address and the port of the XMPP server hosting -// the component. -config.host = 'localhost'; -config.port = 5347; - // Root of the webservice, useful if you want to proxy it. config.webRoot = '^/avatar/';