Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Bertan Ulusoy
Bertan Ulusoy
18,047 Points

XMPP Client Library Custom Chat Box Plugin App

Hi everyone, I want to create a chat box plugin with xmpp jabber Javascript client library. I searched three of them; trophyim.js, Candy.js and Converse.js. I created Openfire server and enable built-in BOSH service. Users can chat with each other with a ready chat box UI. I have a prepared user interface(html, css) and I will use that UI. I need to integrate it with an xmpp client library. It seems Converse.js is a good choice, but I didn't find any documentation for a custom job to use my own custom chat box UI.

If you have any experience about it, could you share or any thoughts?

Thanks in advance