# File protocol.rb, line 224
    def Protocol.gen_open_stream(host)
      return ('<?xml version="1.0" encoding="UTF-8" ?><stream:stream to="'+host+'" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams">')
    end