Week 4 - status report (http://vysper-gsoc2010.blogspot.com/2010/06/week-4.html)
The following tasks were scheduled for this week:
* authentication
* keeping a session before sending an empty response on timeout
(wait), honoring the 'hold' attribute for request
Completed:
* keeping a session before sending an empty response on timeout
(wait), honoring the 'hold' attribute for request
* having a queue with responses that buffers the responses when
there are no available HTTP requests to use
* HTTP access control headers - now BOSH can be used with cross
domain native Ajax too (no flXHR) for the browsers that implement
http://www.w3.org/TR/cors/
Patches:
* https://issues.apache.org/jira/browse/VYSPER-213
In progress:
* SASL auth is half way implemented, I need to forward the
response to Vysper
Next:
* finishing auth
* resource binding
* figuring out a general approach for routing stanzas to Vysper
and back to the BOSH client
Bogdan