OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DELIVERED
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smackx/packet/
MessageEvent.java
39
* <li>
Delivered
<br>
40
* Indicates that the message has been
delivered
to the recipient. This signifies that the message
64
public static final String
DELIVERED
= "
delivered
";
68
private boolean
delivered
= false;
field in class:MessageEvent
110
* when the message is
delivered
.
111
* When the message is a notification returns if the message was
delivered
or not.
113
* @return true if the sender is requesting to be notified when
delivered
or when notifying
114
* that the message was
delivered
117
return
delivered
;
[
all
...]
/external/smack/src/org/jivesoftware/smackx/provider/
MessageEventProvider.java
61
if (parser.getName().equals(MessageEvent.
DELIVERED
))
Completed in 29 milliseconds