class

XMPP::Stanza::HTMLBody

Inherits Reference / Object

Constructors

new(node : XML::Node)
Source

Class methods

xml_name
Source

Instance methods

inner_xml

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

Source
inner_xml=(inner_xml : String)

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

Source
to_xml(xml : XML::Builder)
Source
to_xml
Source