CodeIgniter Forums
XMPPHP library for Codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: XMPPHP library for Codeigniter (/showthread.php?tid=225)



XMPPHP library for Codeigniter - olde86 - 11-12-2014

Hi. I'm looking for an XMPPHP library for Codeigniter. Does anyone have experience with XMPPHP through CI?

I have been trying to rewrite XMPPHP to work with CI. Original code found on Google code -> https://code.google.com/p/xmpphp/

But I'm getting no where. And I don't even know what I'm doing.
Any pointers and help will be appreciated. Thanks Shy


RE: XMPPHP library for Codeigniter - slax0r - 11-13-2014

I would include it as a library. Please refer to documentation on how to achieve this: http://www.codeigniter.com/userguide3/general/creating_libraries.html?highlight=creating%20libraries


RE: XMPPHP library for Codeigniter - sv3tli0 - 11-13-2014

olde86

Add this library to third-party folder at your app and create on custom library, to extend the third-party one.
This way you will have a custom controlled library for your purposes and you will not have to touch at all the third-party one (future upgrades will be a pleasure) Smile