I just wanted to report that the Jabber module posted on ejabberds site here Jabber Module works fine on my fresh 4.7 install. It only supports clear text logons, and since I only accept TLS I made it listen on port 5221 which I opened for clear text, but blocked it in the firewall (a little hacking in the script, changing 5222 to 5221). This means that I can only use my own Jabber server for logons, but basically that was what I wanted :)

I don't know who made the module, but maybe it should be in the modules list here on the site?

Comments

Badlop2’s picture

It seems that module was once included in Drupal, some years ago:
http://cvs.drupal.org/viewcvs/drupal/drupal/modules/jabber.module?hideat...

I'm not sure about the original author. I just applied a patch available somewhere on the Drupal forum so it could work with newer versions of Drupal, and published the result for anybody interested. Maybe somebody with knowledge of PHP and interest on that module wants to maintain it, as you suggested.

Speaking about Jabber and Drupal, did you check that new module? It looks interesting:
http://drupal.org/project/jabber
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/jabber/

corvy’s picture

Hey, badlop from ejabberd or? :)

Looks very interesting. Will look into that project for sure!

manuj_78’s picture

Can you please provide some steps on how you got it working on your site