Tagged Questions
1
vote
1answer
632 views
Ruby XMPP4R bot and Threads - trouble
I want my bot sends and receives messages in parallel threads. I also want my bot sends message back to user when receives any message from user. But now he sends it back to user every 5 seconds. I ...
1
vote
1answer
717 views
XMPP4R Callbacks dont seem to work
Im using xmpp4r and trying to get the hang of a basic chat feature that I wish to implement later in my Rails app. My fundamentals on Ruby Threads is still a bit shaky so I would appreciate any help ...