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
M
 MUC, Strophe.NS
P
 pause, Strophe.Connection
 PROFILE, Strophe.NS
R
 rawInput, Strophe.Connection
 rawOutput, Strophe.Connection
 reset, Strophe.Connection
 resume, Strophe.Connection
 ROSTER, Strophe.NS
S
 SASL, Strophe.NS
 send, Strophe.Connection
 sendIQ, Strophe.Connection
 serialize, Strophe
 SESSION, Strophe.NS
 STREAM, Strophe.NS
 Strophe
 Strophe.Builder
 Strophe.Connection
 strophe.js
T
 t, Strophe.Builder
 toString, Strophe.Builder
 tree, Strophe.Builder
U
 unescapeNode, Strophe
 up, Strophe.Builder
V
 VERSION, Strophe
W
 warn, Strophe
 WARN, Strophe.LogLevel
X
 xmlElement, Strophe
 xmlescape, Strophe
 xmlGenerator, Strophe
 xmlInput, Strophe.Connection
 xmlOutput, Strophe.Connection
 xmlTextNode, Strophe
 XMPP Namespace Constants, Strophe
Multi-User Chat namespace from XEP 45.
pause: function ()
Pause the request manager.
Profile namespace.
rawInput: function (data)
User overrideable function that receives raw data coming into the connection.
rawOutput: function (data)
User overrideable function that receives raw data sent to the connection.
reset: function ()
Reset the connection.
resume: function ()
Resume the request manager.
Roster operations namespace.
XMPP SASL namespace from RFC 3920.
send: function (elem)
Send a stanza.
sendIQ: function(elem,
callback,
errback,
timeout)
Helper function to send IQ stanzas.
serialize: function (elem)
Render a DOM element and all descendants to a String.
XMPP Session namespace from RFC 3920.
XMPP Streams namespace from RFC 3920.
An object container for all Strophe library functions.
XML DOM builder.
XMPP Connection manager.
A JavaScript library for XMPP BOSH.
t: function (text)
Add a child text element.
toString: function ()
Serialize the DOM tree to a String.
tree: function ()
Return the DOM tree.
unescapeNode: function (node)
Unescape a node part (also called local part) of a JID.
up: function ()
Make the current parent element the new current element.
The version of the Strophe library.
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.
xmlGenerator: function ()
Get the DOM document to generate elements.
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