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
 WARN, Strophe.LogLevel
X
 xmlElement, Strophe
 xmlescape, Strophe
 xmlInput, Strophe.Connection
 xmlOutput, Strophe.Connection
 xmlTextNode, Strophe
 XMPP Namespace Constants, Strophe
warn: function (msg)
Log a message at the Strophe.LogLevel.WARN level.
Warnings
xmlElement: function (name)
Create an XML DOM element.
xmlescape: function(text)
Excapes invalid xml characters.
xmlInput: function (elem)
User overrideable function that receives XML data coming into the connection.
xmlOutput: function (elem)
User overrideable function that receives XML data sent to the connection.
xmlTextNode: function (text)
Creates an XML DOM text node.
Common namespace constants from the XMPP RFCs and XEPs.
Close