# File lib/jabber4r/protocol.rb, line 62 62: def initialize(host, port=5222) 63: @host = host 64: @port = port 65: @status = DISCONNECTED 66: @filters = {} 67: @threadBlocks = {} 68: @pollCounter = 10 69: end