You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Niklas Gustavsson <ni...@protocol7.com> on 2011/01/05 00:28:05 UTC

[Vysper] XMPP over websockets

Hi

As seen by the recent commit mails, I've committed an implementation
of XMPP over websockets:
http://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00

It's a spec which is still in an early draft, but having support for
it would be pretty cool :-)

The implementation still needs tests and docs. It's very heavily based
on Bogdans BOSH implementation, made it possible to write the
implementation in just a few hours.

Comments and bug reports welcome :-)

/niklas

Re: [Vysper] XMPP over websockets

Posted by Bernd Fondermann <bf...@brainlounge.de>.
On 05.01.11 00:28, Niklas Gustavsson wrote:
> Hi
>
> As seen by the recent commit mails, I've committed an implementation
> of XMPP over websockets:
> http://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00
>
> It's a spec which is still in an early draft, but having support for
> it would be pretty cool :-)
>
> The implementation still needs tests and docs. It's very heavily based
> on Bogdans BOSH implementation, made it possible to write the
> implementation in just a few hours.
>
> Comments and bug reports welcome :-)
>
> /niklas

Wow, what a blast! Didn't know the spec even existed.

   Bernd