# File lib/jabber4r/protocol.rb, line 1005 1005: def to_s 1006: return @parent.to_s if @parent 1007: return to_xml(true) 1008: end