Does anyone have XMPP Notifications working with the current dev build (or the latest stables for that matter) of notifications / messaging?

I have an openfire server running fine but can't seem to get Drupal talking to it. I think notifications has undergone an API rewrite in the last month or two.

Comments

darren.ferguson’s picture

Version: 6.x-1.0 » 6.x-2.x-dev
Assigned: Unassigned » darren.ferguson
Status: Active » Fixed

The notifications portion for this module have been updated and now they will work correctly with the user names.

You have to utilize the event that is created currently in the xmpp_node_muc.xmlrpc.inc since that is where that is occurring for users coming on and offline.

You can take this one and put it where ever you wish in your system when you wish a notification to occur for a particular user.

darren.ferguson’s picture

Status: Fixed » Closed (fixed)