gist: 22660 Download_button fork
public
Public Clone URL: git://gist.github.com/22660.git
blather_echo.rb
1
2
3
4
5
6
7
require 'blather/client'
class Echo < Blather::Client
  def receive_message(msg)
    send_data msg.reply! if msg.type == :chat
  end
end
Blather.run 'echo@jabber.local', 'echo', Echo.new

Owner

sprsquish

Revisions