alexmace / xmpp
A client library for talking to XMPP servers.
Installs: 204
Dependents: 0
Suggesters: 0
Security: 0
Stars: 37
Watchers: 10
Forks: 13
Open Issues: 2
Requires
- php: >=5.2
- zendframework/zendframework1: >=1.12.0
This package is not auto-updated.
Last update: 2024-10-26 14:30:36 UTC
README
XMPP Library for PHP I wrote this XMPP library for PHP because I wanted to write a XMPP driver for the PHP IRC bot, Phergie (http://phergie.org). I spent some time looking at the libraries that were already out there (XMPPHP and Jaxl). At the time, neither supported XEP-0045 (Multi-User Chat) and weren't hosted on Github, so I decided to write my own. There are probably some similarities between this library and XMPPHP, since I was using XMPPHP for reference while getting started with this library. It currently does what I need, namely: * Connects to and authenticates (using DIGEST-MD5) against XMPP servers (tested against Openfire and jabberd2) * Supports SSL/TLS connections * Allows joining of MUC rooms * Sends messages to individuals and MUC rooms.