X | |
xmlElement, Strophe | |
xmlescape, Strophe | |
xmlInput, Strophe. | |
xmlOutput, Strophe. | |
xmlTextNode, Strophe | |
XMPP Namespace Constants, Strophe |
Create an XML DOM element.
xmlElement: function ( name )
Excapes invalid xml characters.
xmlescape: function( text )
User overrideable function that receives XML data coming into the connection.
xmlInput: function ( elem )
User overrideable function that receives XML data sent to the connection.
xmlOutput: function ( elem )
Creates an XML DOM text node.
xmlTextNode: function ( text )