Ruby の Jabber(XMPP) ライブラリ - 冬通りに消え行く制服ガールは、夢物語にリアルを求めない。 - subtech

screenshot

xmpp4r-simple がつかいやすいみたいかな。xmpp4r のラッパで、作者が twitter の中の人みたい require "rubygems" require "xmpp4r-simple" require "pit" config = Pit.get("jabber", :require => { "username" => "username of jabber account", "password" => "password of jabber account", }) im = Jabber::Simple.new(config["username"], config["password"]) Thread.start do loop do im.rece...

http://subtech.g.hatena.ne.jp/cho45/20080206/1202232309
http://b.hatena.ne.jp/entry/http://subtech.g.hatena.ne.jp/cho45/20080206/1202232309