OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:entitycaps
(Results
1 - 5
of
5
) sorted by null
/external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
EntityCapsPersistentCache.java
14
package org.jivesoftware.smackx.
entitycaps
.cache;
SimpleDirectoryPersistentCache.java
17
package org.jivesoftware.smackx.
entitycaps
.cache;
33
import org.jivesoftware.smackx.
entitycaps
.EntityCapsManager;
/external/smack/src/org/jivesoftware/smackx/entitycaps/provider/
CapsExtensionProvider.java
18
package org.jivesoftware.smackx.
entitycaps
.provider;
25
import org.jivesoftware.smackx.
entitycaps
.EntityCapsManager;
26
import org.jivesoftware.smackx.
entitycaps
.packet.CapsExtension;
/external/smack/src/org/jivesoftware/smackx/entitycaps/packet/
CapsExtension.java
18
package org.jivesoftware.smackx.
entitycaps
.packet;
21
import org.jivesoftware.smackx.
entitycaps
.EntityCapsManager;
/external/smack/src/org/jivesoftware/smackx/entitycaps/
EntityCapsManager.java
18
package org.jivesoftware.smackx.
entitycaps
;
43
import org.jivesoftware.smackx.
entitycaps
.cache.EntityCapsPersistentCache;
44
import org.jivesoftware.smackx.
entitycaps
.packet.CapsExtension;
296
// always remove the JID from the map, even if
entityCaps
are
331
// For testing purposed forbid
EntityCaps
for non XMPPConnections
Completed in 52 milliseconds