spread 2.1.0

A php interface to the Spread toolkit API


Provides a full interface to the Spread group communication
toolkit API. Information on Spread can be found at http://www.spread.org/

License: PHP License

Changes

- Added optional parameter to connect() allowing receipt of
join/leave messages
- service_type property added to received messages
- membership data added to membership based messages
- Spread::leave() method implemented
- Add private group information (patch by Benjamin Schulz)
- Spread::receive returns null on timeout