I'm trying to fix an issue with Candy.js (which uses Strophe.js) in which we use Candy.core.attach (after server side prebind).
There is an issue I can resolve. I'd really like to have access to the strophe.js logs (not just the packet logging that candy captures from strophe). I know strophe has low level logging, how can I get candy to make use of it?
In the init, set debug to true
Also, in Candy, find the "self.init = function (service, options)" line (around line 130ish). You can customize if you so choose.