This is the version of XMPPHP in use at GNU social
Go to file
Christian Weiske e584413813 fix wrong xml type when getting roster items added (as per RFC3921, 7.4. "Adding a Roster Item". Thanks to neustradamus@jabber.org for notifying me about that 2010-05-29 09:58:21 +02:00
XMPPHP fix wrong xml type when getting roster items added (as per RFC3921, 7.4. "Adding a Roster Item". Thanks to neustradamus@jabber.org for notifying me about that 2010-05-29 09:58:21 +02:00
examples move examples into own directory 2010-02-28 17:21:07 +01:00
tests * fixed tests 2008-11-26 10:20:47 +00:00
LICENSE * modified license to have exceptions for certain packages 2008-10-15 18:08:35 +00:00
README update readme 2010-02-28 16:20:09 +01:00

README

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

Homepage: http://code.google.com/p/xmpphp
This fork: http://github.com/cweiske/xmpphp/
Chatroom: xmpphp@conference.psi-im.org (XMPP MUC)
PEAR package: http://pearhub.org/projects/cwXMPPHP/

Author: Nathan Fritz, jabber id: fritzy [at] netflint.net
Co-Author: Stephan Wentz, jabber id: stephan [at] wentz.it
Maintainer of this fork: Christian Weiske <cweiske@cweiske.de>

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.

Installation
================================================================================
Either get the code from github, the last release from google code
or install the PEAR package from pearhub.org:
$ pear channel-discover pearhub.org
$ pear install pearhub/cwXMPPHP

The code on google code is not being actively maintained anymore, so
don't expect current releases there.


TODO
================================================================================
* Documentation
* MUC Support

License Exception
===============================================================================
Please contact Nathan Fritz for library exceptions if you would like to
distribute XMPPHP with a non-GPL compatible license.

Also, if you would like to distribute XMPPHP as part of a commercial package,
I sell commercial licenses.