Does anyone know of a Jabber library for Lua? I’ve found the ‘Lua Messaging Library’ for AIM, although I can’t find a download for it, it appears to be abandoned.
Something like that for Lua would be helpful.
I’m sorry I didn’t state this originally, I meant a ‘pure Lua’ library.
I’m familiar with Verse, but don’t have the option of building my own Lua distribution for this particular application.
As a bit of a follow-up, I’m the author of both Prosody and Verse. I’m in the process of updating Verse to use the new code developed for Prosody, and as such Verse will become a ‘pure Lua’ XMPP library descended from it.
It will of course need to depend on the usual LuaSocket, LuaExpat, etc. but no generated bindings will be involved as is currently the case.