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