Home | History | Annotate | Download | only in jbosh

Lines Matching full:message

22  * Event representing a message sent to or from a BOSH connection manager.
34 * Message which was sent or received.
39 * Creates a new message event instance.
42 * @param cBody message body
50 "message body may not be null"));
56 * Creates a new message event for clients sending events to the
59 * @param source sender of the message
60 * @param body message body
70 * Creates a new message event for clients receiving new messages
73 * @param source receiver of the message
74 * @param body message body
84 * Gets the message body which was sent or received.
86 * @return message body