Uncomment stanza logging to the console

This commit is contained in:
JC Brand 2012-10-16 11:40:28 +02:00
parent 1aa8b02f82
commit 0fee92bf32

View File

@ -1470,8 +1470,8 @@
this.username = chatdata.attr('username');
$(document).bind('jarnxmpp.connected', $.proxy(function () {
this.connection.xmlInput = function (body) { console.log(body); };
this.connection.xmlOutput = function (body) { console.log(body); };
// this.connection.xmlInput = function (body) { console.log(body); };
// this.connection.xmlOutput = function (body) { console.log(body); };
this.connection.bare_jid = Strophe.getBareJidFromJid(this.connection.jid);
this.connection.domain = Strophe.getDomainFromJid(this.connection.jid);