[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: i am looking forword a jabber lib
- From: Petite Abeille <petite_abeille@...>
- Date: Sat, 18 Oct 2008 21:55:40 +0200
On Oct 18, 2008, at 9:34 PM, Matthew Wild wrote:
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.
Bah... got base64, xml and even md5 all implemented in Lua:
http://lua-users.org/wiki/BaseSixtyFour
http://lua-users.org/wiki/LuaXml
http://www.equi4.com/wikis/lua/38
Arguably, even the network stack itself could be handled though stdin/
stdout;
http://cr.yp.to/ucspi-tcp/tcpclient.html