# File jabber4r/protocol.rb, line 62 def initialize(host, port=5222) @host = host @port = port @status = DISCONNECTED @filters = {} @threadBlocks = {} @pollCounter = 10 end