| S | |
| SASL, Strophe.NS | |
| SASL mechanisms, Strophe. | |
| SASLAnonymous, Strophe. | |
| SASLExternal, Strophe. | |
| SASLOAuthBearer, Strophe. | |
| SASLPlain, Strophe. | |
| SASLSHA1, Strophe. | |
| SASLXOAuth2, Strophe. | |
| send, Strophe. | |
| sendIQ, Strophe. | |
| sendPresence, Strophe. | |
| serialize, Strophe | |
| SESSION, Strophe.NS | |
| sortMechanismsByPriority, Strophe. | |
| STREAM, Strophe.NS | |
| strip, Strophe.Bosh | |
| Strophe | |
| Strophe.Bosh | |
| Strophe. | |
| Strophe. | |
| Strophe. | |
| strophe. | |
| Strophe. | |
| T | |
| t, Strophe. | |
| test, Strophe. | |
| toString, Strophe. | |
| tree, Strophe. | |
| U | |
| unescapeNode, Strophe | |
| up, Strophe. | |
| V | |
| validAttribute, Strophe. | |
| validTag, Strophe. | |
| Variables | |
| VERSION, Strophe | |
| W | |
| warn, Strophe | |
| WARN, Strophe. | |
| websocket.js | |
| X | |
| XHTML, Strophe.NS | |
| XHTML_IM, Strophe.NS | |
| XHTML_IM Namespace, Strophe | |
| xmlElement, Strophe | |
| xmlescape, Strophe | |
| xmlGenerator, Strophe | |
| xmlHtmlNode, Strophe | |
| xmlInput, Strophe. | |
| xmlOutput, Strophe. | |
| xmlTextNode, Strophe | |
| xmlunescape, Strophe | |
| XMPP Namespace Constants, Strophe |
Send a stanza.
send: function send( elem )
Helper function to send IQ stanzas.
sendIQ: function sendIQ( elem, callback, errback, timeout )
Helper function to send presence stanzas.
sendPresence: function sendPresence( elem, callback, errback, timeout )
Render a DOM element and all descendants to a String.
serialize: function serialize( elem )
Sorts an array of objects with prototype SASLMechanism according to their priorities.
sortMechanismsByPriority: function sortMechanismsByPriority( mechanisms )
BOSH-Connections will have all stanzas wrapped in a body tag when passed to Strophe.Connection.xmlInput or Strophe.Connection.xmlOutput.
strip: null
Add a child text element.
t: function t( text )
Checks if mechanism able to run.
test: function test( connection )
Serialize the DOM tree to a String.
toString: function toString()
Return the DOM tree.
tree: function tree()
Unescape a node part (also called local part) of a JID.
unescapeNode: function unescapeNode( node )
Make the current parent element the new current element.
up: function up()
Log a message at the Strophe.LogLevel.WARN level.
warn: function warn( msg )
Create an XML DOM element.
xmlElement: function xmlElement( name )
Excapes invalid xml characters.
xmlescape: function xmlescape( text )
Get the DOM document to generate elements.
xmlGenerator: function xmlGenerator()
Creates an XML DOM html node.
xmlHtmlNode: function xmlHtmlNode( html )
User overrideable function that receives XML data coming into the connection.
xmlInput: function xmlInput( elem )
User overrideable function that receives XML data sent to the connection.
xmlOutput: function xmlOutput( elem )
Creates an XML DOM text node.
xmlTextNode: function xmlTextNode( text )
Unexcapes invalid xml characters.
xmlunescape: function xmlunescape( text )