class XMPP::Stanza::HTMLBody

Defined in:

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(node : XML::Node) #

Class Method Detail

def self.xml_name : XMLName #

Instance Method Detail

def inner_xml : String #

InnerXML MUST be valid xhtml. it will be parsed via XML.parse_html when generating the XMPP stanza.


def inner_xml=(inner_xml : String) #

InnerXML MUST be valid xhtml. it will be parsed via XML.parse_html when generating the XMPP stanza.


def to_xml(elem : XML::Builder) #

def to_xml #