OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smack
(Results
1 - 25
of
384
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/smack/src/org/jivesoftware/smackx/debugger/
package.html
1
<body>
Smack
optional Debuggers.</body
/external/smack/src/org/jivesoftware/smackx/
package.html
1
<body>
Smack
extensions API.</body
SharedGroupManager.java
22
import org.jivesoftware.
smack
.Connection;
23
import org.jivesoftware.
smack
.PacketCollector;
24
import org.jivesoftware.
smack
.SmackConfiguration;
25
import org.jivesoftware.
smack
.XMPPException;
26
import org.jivesoftware.
smack
.filter.PacketIDFilter;
27
import org.jivesoftware.
smack
.packet.IQ;
/external/smack/src/org/jivesoftware/smack/
package.html
1
<body>Core classes of the
Smack
API.</body
/external/smack/src/org/jivesoftware/smackx/provider/
package.html
1
<body>Provides pluggable parsing logic for
Smack
extensions.</body
/external/smack/asmack-master/patch/
00-remove-javax-dns.sh
3
rm org/jivesoftware/
smack
/util/dns/JavaxResolver.java
30-switch-debugging-implementations.patch
1
--- ../../../src/
smack
/org/jivesoftware/
smack
/Connection.java 2010-02-03 23:29:21.000000000 +0100
2
+++ org/jivesoftware/
smack
/Connection.java 2010-02-03 23:56:56.000000000 +0100
8
+ Class.forName("de.measite.
smack
.AndroidDebugger");
13
- Class.forName("org.jivesoftware.
smack
.debugger.LiteDebugger");
14
+ Class.forName("org.jivesoftware.
smack
.debugger.ConsoleDebugger");
21-remove-unused-smack.sh
3
rm org/jivesoftware/
smack
/debugger/LiteDebugger.java
40-enable-custom-sasl.sh
3
find -name '*.java' -exec sed -i 's:import org.apache.harmony.javax.security.sasl.Sasl;:import de.measite.
smack
.Sasl;:g' '{}' ';'
24-disable-sasl-methods.patch
1
--- ../../src-unpatched/trunk/org/jivesoftware/
smack
/SASLAuthentication.java 2009-12-07 00:03:46.000000000 +0100
2
+++ org/jivesoftware/
smack
/SASLAuthentication.java 2009-12-07 00:05:46.000000000 +0100
/external/smack/src/org/jivesoftware/smack/filter/
package.html
1
<body>Allows {@link org.jivesoftware.
smack
.PacketCollector} and {@link org.jivesoftware.
smack
.PacketListener} instances to filter for packets with particular attributes.</body
IQTypeFilter.java
20
package org.jivesoftware.
smack
.filter;
22
import org.jivesoftware.
smack
.packet.IQ;
23
import org.jivesoftware.
smack
.packet.Packet;
43
* @see org.jivesoftware.
smack
.filter.PacketFilter#accept(org.jivesoftware.
smack
.packet.Packet)
MessageTypeFilter.java
21
package org.jivesoftware.
smack
.filter;
23
import org.jivesoftware.
smack
.packet.Message;
24
import org.jivesoftware.
smack
.packet.Packet;
29
* @see org.jivesoftware.
smack
.packet.Message.Type
PacketFilter.java
21
package org.jivesoftware.
smack
.filter;
23
import org.jivesoftware.
smack
.packet.Packet;
33
* {@link org.jivesoftware.
smack
.filter.AndFilter AndFilter} and
34
* {@link org.jivesoftware.
smack
.filter.OrFilter OrFilter} filters. It's also possible
50
* @see org.jivesoftware.
smack
.PacketCollector
51
* @see org.jivesoftware.
smack
.PacketListener
/external/smack/src/
overview.html
1
<body>API specification for <a href="http://www.jivesoftware.org/
smack
">
Smack
</a>, an Open Source XMPP client library.
3
The {@link org.jivesoftware.
smack
.Connection} class is the main entry point for the API.
/external/smack/
README
1
The directory contains the build environment of
smack
for Android (located in asmack-master/)
4
To update to the latest
smack
source. Please run the following:
/external/smack/asmack-master/
CHANGELOG
2
- Removed the whitespace ping code
SMACK
-412
3
-
SMACK
-419 PacketWriter: Only flush the BufferedWriter if the packet queue is empty
4
-
SMACK
-417 If both PacketReader and PacketWriter fail at the same time, connectionClosedonError() is called two times
/external/smack/asmack-master/patch/oldpatch/
45-protected-xmpp-socket.patch
1
--- org/jivesoftware/
smack
/XMPPConnection.java 2010-02-13 11:13:16.478541616 +0100
2
+++ org/jivesoftware/
smack
/XMPPConnection.java 2010-02-13 11:58:49.798590947 +0100
/external/smack/src/org/jivesoftware/smack/util/
SyncPacketSend.java
14
package org.jivesoftware.
smack
.util;
16
import org.jivesoftware.
smack
.PacketCollector;
17
import org.jivesoftware.
smack
.SmackConfiguration;
18
import org.jivesoftware.
smack
.Connection;
19
import org.jivesoftware.
smack
.XMPPException;
20
import org.jivesoftware.
smack
.filter.PacketFilter;
21
import org.jivesoftware.
smack
.filter.PacketIDFilter;
22
import org.jivesoftware.
smack
.packet.Packet;
/external/smack/src/org/jivesoftware/smackx/pubsub/packet/
SyncPacketSend.java
16
import org.jivesoftware.
smack
.PacketCollector;
17
import org.jivesoftware.
smack
.SmackConfiguration;
18
import org.jivesoftware.
smack
.Connection;
19
import org.jivesoftware.
smack
.XMPPException;
20
import org.jivesoftware.
smack
.filter.PacketFilter;
21
import org.jivesoftware.
smack
.filter.PacketIDFilter;
22
import org.jivesoftware.
smack
.packet.Packet;
/external/smack/asmack-master/static-src/custom/de/measite/smack/
AndroidDebugger.java
1
package de.measite.
smack
;
3
import org.jivesoftware.
smack
.debugger.SmackDebugger;
4
import org.jivesoftware.
smack
.ConnectionListener;
5
import org.jivesoftware.
smack
.PacketListener;
6
import org.jivesoftware.
smack
.Connection;
7
import org.jivesoftware.
smack
.packet.Packet;
8
import org.jivesoftware.
smack
.util.*;
23
* packets by
Smack
. By default interpreted packets won't be printed. To enable this feature
58
Log.d("
SMACK
",
70
Log.d("
SMACK
",
[
all
...]
/external/smack/src/de/measite/smack/
AndroidDebugger.java
1
package de.measite.
smack
;
3
import org.jivesoftware.
smack
.debugger.SmackDebugger;
4
import org.jivesoftware.
smack
.ConnectionListener;
5
import org.jivesoftware.
smack
.PacketListener;
6
import org.jivesoftware.
smack
.Connection;
7
import org.jivesoftware.
smack
.packet.Packet;
8
import org.jivesoftware.
smack
.util.*;
23
* packets by
Smack
. By default interpreted packets won't be printed. To enable this feature
58
Log.d("
SMACK
",
70
Log.d("
SMACK
",
[
all
...]
/external/smack/src/org/jivesoftware/smackx/muc/
PacketMultiplexListener.java
23
import org.jivesoftware.
smack
.PacketListener;
24
import org.jivesoftware.
smack
.filter.MessageTypeFilter;
25
import org.jivesoftware.
smack
.filter.PacketExtensionFilter;
26
import org.jivesoftware.
smack
.filter.PacketFilter;
27
import org.jivesoftware.
smack
.filter.PacketTypeFilter;
28
import org.jivesoftware.
smack
.packet.Message;
29
import org.jivesoftware.
smack
.packet.Packet;
30
import org.jivesoftware.
smack
.packet.Presence;
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
CloseListener.java
16
import org.jivesoftware.
smack
.PacketListener;
17
import org.jivesoftware.
smack
.filter.AndFilter;
18
import org.jivesoftware.
smack
.filter.IQTypeFilter;
19
import org.jivesoftware.
smack
.filter.PacketFilter;
20
import org.jivesoftware.
smack
.filter.PacketTypeFilter;
21
import org.jivesoftware.
smack
.packet.IQ;
22
import org.jivesoftware.
smack
.packet.Packet;
/external/smack/src/org/jivesoftware/smackx/packet/
AttentionExtension.java
22
import org.jivesoftware.
smack
.packet.PacketExtension;
23
import org.jivesoftware.
smack
.provider.PacketExtensionProvider;
51
* @see org.jivesoftware.
smack
.packet.PacketExtension#getElementName()
60
* @see org.jivesoftware.
smack
.packet.PacketExtension#getNamespace()
69
* @see org.jivesoftware.
smack
.packet.PacketExtension#toXML()
92
* org.jivesoftware.
smack
.provider.PacketExtensionProvider#parseExtension
Completed in 163 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>