OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:composing
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smackx/
ChatState.java
35
* User is
composing
a message.
37
composing
,
enum constant in enum:ChatState
39
* User had been
composing
but now has stopped.
/external/smack/src/org/jivesoftware/smackx/packet/
MessageEvent.java
50
* <li>
Composing
<br>
51
* In threaded chat conversations, this indicates that the recipient is
composing
a reply to a
62
public static final String
COMPOSING
= "
composing
";
70
private boolean
composing
= false;
field in class:MessageEvent
97
* when the receiver is
composing
a reply.
98
* When the message is a notification returns if the receiver of the message is
composing
a
101
* @return true if the sender is requesting to be notified when
composing
or when notifying
102
* that the receiver of the message is
composing
a reply
105
return
composing
;
[
all
...]
Completed in 80 milliseconds