Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monkeymars/xmpphp
PHP jabber client library to send and receive chat messages - with easily installable PEAR package
https://github.com/monkeymars/xmpphp
Last synced: 3 months ago
JSON representation
PHP jabber client library to send and receive chat messages - with easily installable PEAR package
- Host: GitHub
- URL: https://github.com/monkeymars/xmpphp
- Owner: monkeymars
- License: other
- Fork: true (xmpphp/xmpphp)
- Created: 2013-04-28T18:46:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2011-06-10T09:58:59.000Z (over 13 years ago)
- Last Synced: 2023-04-01T16:02:59.533Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
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: [email protected] (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 WeiskeIf 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 CompiledHistory
================================================================================
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/cwXMPPHPThe code on google code is not being actively maintained anymore, so
don't expect current releases there.TODO
================================================================================
* Documentation
* MUC SupportLicense 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.