There are several XMPP client libraries for Ruby available, what is your experience with them and which one would you recommend?
There are several XMPP client libraries for Ruby available, what is your experience with
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.
What kind of thing are you looking to write in XMPP? The choice very much depends on what you want to do. These are the ones I have had experience of:
There are a few projects which build upon these base libraries for creating things like bots, Although I’ve no experience of them.
For the project I work on we communicate extensively from within Rails so use our own thing (Jubjub, and xmpp_gateway). However the project is still in early days so don’t expect the same kind of polish as from other libraries – it’s just trying to solve a different problem, and works for us.