[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: i am looking forword a jabber lib
- From: "Matthew Wild" <mwild1@...>
- Date: Sat, 18 Oct 2008 20:34:55 +0100
On Sat, Oct 18, 2008 at 7:52 PM, Petite Abeille <petite_abeille@mac.com> wrote:
>
> On Oct 18, 2008, at 8:18 PM, Matthew Wild wrote:
>
>> As attractive as a "pure Lua" one sounds, XML parsing, and base64/md5 in
>> pure Lua would not be nice.
>
> Ironically enough, the authors of strophe provide a pure javascript
> implementation of their library as well:
>
> http://code.stanziq.com/strophe/browser/trunk/strophejs
>
I know... I use it a lot (I have commit access in fact). But there is
no XML parser in Javascript there :) That's what the browser is for.
Matthew.