Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/node-xmpp-client/commit/7e7324fcabac2cf0d28d8ac180e49b5ed66d6f0e?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
1
0
Fork 0

node-xmpp new name

master
Matthieu Lalonde 15 years ago committed by Mathieu Lecarme
parent 26cd9eb128
commit 7e7324fcab

@ -1,5 +1,5 @@
var sys = require('sys'),
xmpp = require('xmpp'),
xmpp = require('node-xmpp'),
colors = require('colors'),
events = require('events');
@ -333,4 +333,4 @@ Room.prototype.message = function(message) {
.c('body').t(message).up()
.tree()
);
};
};

Loading…
Cancel
Save