Does anyone know if there is some XMPP library I could use in Corona SDK, to build Android and iOS apps? I thought about verse library. But I am not sure if it is possible to use it in Corona SDK?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Verse is not pure Lua, and nor is Prosody (which is less impure), as they rely on LuaSocket and other extensions. Lua doesn’t come with built-in network functionality. Corona does in fact include LuaSocket, so I’m guessing you can get Prosody to work with some effort, but it’s not drop-in-and-go.