comparison configuration.js @ 43:023f767662d3

Fix compatibility with strict mode of node 0.4 and some files without licence header.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 01 Mar 2011 11:58:15 +0100
parents 07ca0263a53f
children 8b20f2efb939
comparison
equal deleted inserted replaced
42:07ca0263a53f 43:023f767662d3
14 * GNU Affero General Public License for more details. 14 * GNU Affero General Public License for more details.
15 * 15 *
16 * You should have received a copy of the GNU Affero General Public License 16 * You should have received a copy of the GNU Affero General Public License
17 * along with PSĜS. If not, see <http://www.gnu.org/licenses/>. 17 * along with PSĜS. If not, see <http://www.gnu.org/licenses/>.
18 */ 18 */
19
20 'use strict';
19 21
20 var config = exports; 22 var config = exports;
21 23
22 config.jid = 'pubsub.example.org'; 24 config.jid = 'pubsub.example.org';
23 config.password = 'hellohello'; 25 config.password = 'hellohello';