A new version of U.C.Engine is available:
* /api/0.5 is not available anymore, use /api/0.6 instead.
* New push event API with JSON accepted. You can now store json in
event's metadata.
* The internal.meeting.add event is now triggered inside the meeting (#13).
* Removed the /infos endpoint.
* Add a new config key register to switch from open registrations to
retricted registrations.
* Removed metadata on the presence.
* Removed the token auth backend.
* Add metadata parameter in the join roster API.
* Meeting API
* Removed the start and end parameters.
* Removed the meeting filtering by status.
* Live API
* Add a streaming API compatible with EventSource
* New live entry point for long polling stuff
* Renamed long_polling_timeout config to connection_timeout
* Uce.js can now choose the best API to retrieve events. Or you can
force the transport.
* When using a custom API url, /api will no more be appended to the path.
* Add metadata parameter in the join roster method.
* add unbind method
Full changelog: http://docs.ucengine.org/changelog.html
François