adhearsion / blather

XMPP/Jabber Library and DSL for Ruby written on EventMachine and Nokogiri.
adhearsion.com/blather
Other
556 stars 89 forks source link

Issue in calling methods from message block. #158

Open abhsss96 opened 7 years ago

abhsss96 commented 7 years ago

I am trying to call a method in message block but it is not working.

message :chat?, :body do |m|
    TestRequestWorker.perform_async(m.reply)
    write_to_stream m.reply
  end