This is the version of XMPPHP in use at GNU social
Go to file
temp ac78c821a0 migrated classes to php5, fixed issues #12 and #14, added full error_reporting to examples
git-svn-id: svn://netflint.net/xmpphp@24 ef36c318-a008-4979-b6e8-6b496270793b
2008-04-28 22:05:31 +00:00
cli_longrun_example.php migrated classes to php5, fixed issues #12 and #14, added full error_reporting to examples 2008-04-28 22:05:31 +00:00
LICENSE * GPLified 2008-04-02 07:23:24 +00:00
logging.php migrated classes to php5, fixed issues #12 and #14, added full error_reporting to examples 2008-04-28 22:05:31 +00:00
README added co-author stephan wentz 2008-04-28 21:50:56 +00:00
sendmessage_example.php migrated classes to php5, fixed issues #12 and #14, added full error_reporting to examples 2008-04-28 22:05:31 +00:00
webclient_example.php * added webclient example file 2008-04-02 07:24:37 +00:00
xmlobj.php migrated classes to php5, fixed issues #12 and #14, added full error_reporting to examples 2008-04-28 22:05:31 +00:00
xmlstream.php migrated classes to php5, fixed issues #12 and #14, added full error_reporting to examples 2008-04-28 22:05:31 +00:00
xmpp.php migrated classes to php5, fixed issues #12 and #14, added full error_reporting to examples 2008-04-28 22:05:31 +00:00

About
================================================================================
XMPPHP is an elegant PHP library for XMPP (aka Jabber, Google Talk, etc).

Homepage: http://code.google.com/p/xmpphp
Author: Nathan Fritz, jabber id: fritzy [at] netflint.net
Co-Author: Stephan Wentz, jabber id: stephan [at] jabber.wentz.it

If you have any questions (no matter how dumb), please send me an IM.  I enjoy
helping people with my code.


Requirements
================================================================================
* PHP 5.x
* SSL Support Compiled

History
================================================================================
Carlo Zottmann handed me maintenance of Class.Jabber.PHP years and years ago
(2003?).  While I did fix some bugs, I never did much with it.  I promised many
people that it would return as a PHP5 rewrite.  That day has finally come.

This code is based on my experience with Class.Jabber.PHP, but more closely
related to my Python library, SleekXMPP (http://code.google.com/p/sleekxmpp).

Documentation
================================================================================
For now, look at the examples.  In the near future, I'll have better
documentation on the website.

TODO
================================================================================
* Rosters (I know, a big one)
* Documentation
* TLS Cert Inspection (Even possible in PHP?)
* MUC Support
* Plugins
* XML Masking Handlers