-
Notifications
You must be signed in to change notification settings - Fork 370
Frequently Asked Questions
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()
.
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
- Firebug for Firefox
- Chrome Developer Tools
- Safari Developer Tools
- Internet Explorer Developer Toolbar
- Opera Dragonfly
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.