# File lib/daemon_kit/xmpp.rb, line 8 def run( &block ) DaemonKit::EM.run xmpp = new xmpp.instance_eval( &block ) xmpp.run end