On Mon, May 31, 2010 at 12:50 AM, Niklas Gustavsson
<[email protected]> wrote:
> Having it on the ML as well would be the best thing to involve the
> whole community.
Ok,
Week 1 - status report
The following tasks were scheduled until next week (June 6):
* integrating Jetty into Vysper
* implementing the parsing (reusing existing components from Vysper)
* interpreting in a Handler the session creation request and
creating a context for the session (possibly a subcass of
AbstractSessionContext)
* SSL filter handling for configured TCPEndpoints with SSL
Completed:
* Jetty integration as a servlet
* Integration of Flash cross domain policy (that simplifies cross
domain XHR with the MIT licensed flXHR library)
* SSL configuration for the endpoint
* Strophe.js based client as an example
Patches:
* https://issues.apache.org/jira/browse/VYSPER-204
* https://issues.apache.org/jira/browse/VYSPER-205
In progress:
* Parsing the XML received from the client with nbxml
* figuring out how should the parsed messages be handled
Next:
* finish implementing XML parsing
* handling the parsed messages and responding back to the client
Bogdan