Log in

View Full Version : Integration with vBulletin - Jabber (XMPP) Integration


Sebijk
04-29-2011, 10:00 PM
Modification is only compatible with vBulletin 4 and above, if you search for an older version, please look at https://vborg.vbsupport.ru/showthread.php?t=179114

I will not given support for the vBulletin 4 Version, use with your own risk!

As Internet Brands still hasn't been able to integrate Jabber as normal IM Field, I had to make my own hack.

This Add-On integrates an IM Field for Jabber. It allows users to send Jabber Messages (see screenshot 2) and can send Birthday wishes via Jabber, if the JID has been entered by the user. New post, thread and PM notifications, are integrated too, duuh!

In future we plan seperate Setting for Jabber and email.

The PHP code changes in codechangs.txt are optional and is not required for running this hack.

Included Language Files (extras/languagefiles):

German
English
Russian


Thank you to flosoft (http://www.jabberforum.org) for the English Translation and zCarot for the Russian Translation. :)

For Auto-Template Changes you need the Template Modification System (https://vborg.vbsupport.ru/showthread.php?t=152931) from Andreas. If is this not installed, read the templateedits-enhanced_jabber.txt for Template Changes.

New Group: If you like Jabber, join to the Jabber social group at vBulletin.com (https://www.vbulletin.com/forum/group.php?groupid=949)
PHP Version:

Minimal PHP 5.2, but PHP 5.2.6 is recommended.

License:

This Product is licensed under the LGPL License.

The xmpp Class is licensed under the GPL v2 License, but I have a permission from the Author to use this. See upload/includes/XMPPHP/LICENSE under Exceptions for more details.

BlueEyesOnly
08-27-2011, 12:24 PM
hi,

thats great. unfortunately I didnt find this thread earlier. I will test it soon.

regards

Yaung Sein
02-23-2012, 10:20 AM
Great... I have search this kind of mod for vb4.... Thanks....

I hope you will still update this.

Sebijk
05-29-2012, 09:08 AM
Version 1.0.0 Beta 2 is out:

* Send Jabber Message now works.
* Fixes include errors in XMPPHP
* Jabber Profile Tab now works.

BlueEyesOnly
05-29-2012, 01:35 PM
Great job, looking forward to test it.

Yaung Sein
06-19-2012, 06:54 PM
I tested this plugin in my forum. It is show following PHP error. How can I fix this?

My PHP Version is 5.3.9

Fatal error: Call to undefined function mb_substr() in /home/myid/public_html/includes/XMPPHP/XMLStream.php on line 800

Sebijk
06-26-2012, 04:25 PM
Can you give your phpinfo() ?

I think mbstring is not installed.