Skip to content

Frequently Asked Questions

Ben Langfeld edited this page Jul 26, 2014 · 15 revisions

Frequently Asked Questions

Candy shows only a blank (gray) screen

Make sure that you autojoin at least one room. Either automatically via bookmarks 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

Please add feature X

We don't want to add every single feature of XMPP or of other chat-software to Candy. Candy should stay small but extendable through plugins.

If you want a new feature, please consider contributing your own plugin or, if you're not a developer, add a plugin request in the candy-plugins repository. Maybe someone will take care of it.

We'd be glad if more people would write plugins. We help if you encounter problems.