I use XMPP Framework 6.x-2.xdev with ejabberd 2 .

Class XMPPHP_Log was not found and I had to rename the XMPPHP/Log.php to a new filename XMPPHP/logs.php and change it s references in others files.

The xmpp client and other modules seems to works , and I think it s going to be a really powerfull tool for drupal.

for the moment i need to create manually xmpp accounts on the ejabberd server I would like to know if it s possible to create them automatically when drupals accounts are created, or did I misconfigure something.

best regards

Comments

darren.ferguson’s picture

With ejabberd account synchronization can be done via the xmlrpc interface. Or if you have an admin account on the ejabberd server then you can create users via that since ejabberd supports xep-0134 regarding ad hoc server administration commands.

If account provisioning is set to on in the xmpp user module then you get this functionality provided you had either the xmlrpc or admin account created on the server.

darren.ferguson’s picture

Status: Active » Closed (fixed)