JSJaC

Class JSJaCMessage

Object
   |
   +--JSJaCPacket
         |
         +--JSJaCMessage

class JSJaCMessage
extends JSJaCPacket


Models the XMPP notion of an 'message' packet
Defined in JSJaCPacket.js


 
Fields inherited from class JSJaCPacket
xml
 
Constructor Summary
JSJaCMessage()
            A jabber/XMPP message packet
 
Method Summary
 String getBody()
           Gets the body of this message
 String getSubject()
           Gets the subject of this message
 String getThread()
           Gets the 'thread' identifier for this message
 JSJaCMessage setBody(<String> body)
           Sets the body of the message
 JSJaCMessage setSubject(<String> subject)
           Sets the subject of the message
 JSJaCMessage setThread(<String> thread)
           Sets the 'tread' attribute for this message.
 
Methods inherited from class JSJaCPacket
pType, getDoc, getNode, setTo, setFrom, setID, setType, setXMLLang, getTo, getFrom, getToJID, getFromJID, getID, getType, getXMLLang, getXMLNS, getChild, getChildVal, clone, isError, errorReply, buildNode, appendNode
 

Constructor Detail

JSJaCMessage

JSJaCMessage()

Method Detail

getBody

String getBody()

getSubject

String getSubject()

getThread

String getThread()

setBody

JSJaCMessage setBody(<String> body)

setSubject

JSJaCMessage setSubject(<String> subject)

setThread

JSJaCMessage setThread(<String> thread)

JSJaC

Documentation generated by JSDoc on Tue Apr 5 02:10:38 2016