You are here

Opening a new can of worms.

So my next task was getting a Jabber web client running with Drupal. There are some articles about this, each with their own take on the configuration. The DXMPP module does not have a "official" version 7 port yet. Looked at a lot of Javascript clients, iJab looked like on to try so I downloaded and saw the Javascript in the module was encrypted... what gives?  I've heard of Google Webkit Tools, but I've never had occasion to use it.

Next step was to get the latest copy of GWT installed onto my copy of Eclipse, to understand the code and try and install the Javascript into the Drupal install. The GWT install was easy, I haven't tried the build yet, but trying a simple GWT build on the iJab client did not work since the .project file was not a GWT client.

As for installing the iJab client into Drupal, I moved the Javascript into the all/libraries directory. Now I need to learn how Drupal references the Javascript in the libraries directory.