Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Frequently Asked Questions

mweibel edited this page Nov 25, 2011 · 15 revisions

Frequently Asked Questions

Candy shows only a blank screen

Make sure that you autojoin at least one room. Either automatically via bookmarks (not supported by ejabberd) or manually by passing a list of rooms with the autojoin property to Candy.init().

How can I debug Candy?

First you need to pass debug: true to the core-options in Candy.init (see Configuration).

Candy will now debug using console.log supported by all major browsers.

### Installation Instructions for Browsers' Developer Tools

Clone this wiki locally