OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:carbons
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smackx/carbons/
Carbon.java
17
package org.jivesoftware.smackx.
carbons
;
29
* Packet extension for XEP-0280: Message
Carbons
. This class implements
37
* <b>received</b> with namespace <b>urn:xmpp:
carbons
:2</b></p> to be used.
42
public static final String NAMESPACE = "urn:xmpp:
carbons
:2";
CarbonManager.java
17
package org.jivesoftware.smackx.
carbons
;
37
* Packet extension for XEP-0280: Message
Carbons
. This class implements
39
* message
carbons
.
97
* Returns true if XMPP
Carbons
are supported by the server.
113
* Notify server to change the
carbons
state. This method returns
118
* @param new_state whether
carbons
should be enabled or disabled
137
* Notify server to change the
carbons
state. This method blocks
143
* @param new_state whether
carbons
should be enabled or disabled
167
* Helper method to enable
carbons
.
176
* Helper method to disable
carbons
[
all
...]
Completed in 25 milliseconds