lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



Eric Ries wrote:
Really? I would be _very_ interested. Did you expose one of the existing
C/C++ client-side Jabber libraries?

No, it's all lua except for some bindings to standard sockets APIs.
At the moment, it can just log you in, get your buddy list, and let you
send and receive plain text messages. No support yet for stuff like
modifying your buddy list, etc. That's easy to add though.
Btw, all the socket calls are non-blocking so it's easy to use in apps
(like games) that have other stuff going on.

Steve