[jdev] Jabberd2, Flash Client and terminator character...

Richard Dobson richard at dobson-i.net
Sun Apr 11 15:32:49 CDT 2004


> > Any chance that someone put the hacks back into jabberd2? Since Flash is
> > quickly becoming a platform of choice for enterprise development I think
> > Flash-Jabber connectivity would leverage a lot of new possibilities!
>
> Its not a matter of putting the hacks back in since they have never been
in
> the jabberd2 code in the first place.

Also if we are going to redo flash support, its probably a good idea to
define it properly as a protocol extension rather than leaving it as a hack,
since it is more than just null terminating the xml stanza's.

The flash support needs to handle the following:

1) Null terminating stanza's
2) Complete stanza's (i.e. we cant do the normal stream stuff, so its
probably a good idea to create a new namespace for flash connections)

e.g.

<stream:stream to='example.com' xmlns='jabber:client:flash'
xmlns:stream='http://etherx.jabber.org/streams'/>

Since

<stream:stream to='example.com' xmlns='jabber:client'
xmlns:stream='http://etherx.jabber.org/streams'>

will not work with flash because the stanza has been left open and not
closed, also might have a hard job doing the SASL stuff in a flash client.

Richard




More information about the JDev mailing list