Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
W
 warn, Strophe
X
 xmlElement, Strophe
 xmlescape, Strophe
 xmlGenerator, Strophe
 xmlHtmlNode, Strophe
 xmlInput, Strophe.Connection
 xmlOutput, Strophe.Connection
 xmlTextNode, Strophe
 xmlunescape, Strophe
warn: function warn(msg)
Log a message at the Strophe.LogLevel.WARN level.
xmlElement: function xmlElement(name)
Create an XML DOM element.
xmlescape: function xmlescape(text)
Excapes invalid xml characters.
xmlGenerator: function xmlGenerator()
Get the DOM document to generate elements.
xmlHtmlNode: function xmlHtmlNode(html)
Creates an XML DOM html node.
xmlInput: function xmlInput(elem)
User overrideable function that receives XML data coming into the connection.
xmlOutput: function xmlOutput(elem)
User overrideable function that receives XML data sent to the connection.
xmlTextNode: function xmlTextNode(text)
Creates an XML DOM text node.
xmlunescape: function xmlunescape(text)
Unexcapes invalid xml characters.
Close