Skip to content

Instantly share code, notes, and snippets.

@gabehollombe
Created January 13, 2010 04:00
Show Gist options
  • Save gabehollombe/275905 to your computer and use it in GitHub Desktop.
Save gabehollombe/275905 to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby
require 'rubygems'
require 'blather/client'
setup 'moderator@enterprise-g.local', 'moderator'
message :chat? do |m|
puts m.read_content(:meeting)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment