From: moodler Date: Mon, 15 Sep 2008 06:14:11 +0000 (+0000) Subject: Forgot the README X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b7d66e530593fed51a863c0e09a20c83b51ea9cd;p=moodle.git Forgot the README --- diff --git a/lib/jabber/XMPP/README.txt b/lib/jabber/XMPP/README.txt new file mode 100644 index 0000000000..808a61f1d2 --- /dev/null +++ b/lib/jabber/XMPP/README.txt @@ -0,0 +1,39 @@ +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