Smack/smack-core/src/main/java/org/jivesoftware/smack
Florian Schmaus e6045c6593 Add AbstractXMPPConnection.setConcurrencyLevel(int)
Also limit the max pool size of the remove callbacks service and use the
same keep alive time for idle threads as the cached executor service
uses.

Note that it would be possible to merge those two. But this could lead
to tasks from the cached executor service blocking the removal of
callbacks, which we don't want.
2015-01-26 07:54:11 +01:00
..
compress/packet Add support for XEP-0198: Stream Management 2014-09-11 09:49:16 +02:00
compression Make compressionMethod final in XMPPInputOutputStream 2014-12-19 11:15:01 +01:00
debugger Consider JulDebugger as last alternative 2015-01-19 08:26:42 +01:00
filter Add IQ.isRequestIQ() 2015-01-21 23:39:03 +01:00
initializer Enable OSGi compliance via 'DynamicImport-Package: *' 2015-01-03 13:14:02 +01:00
iqrequest Add AbstractXMPPConnection.setReplyToUnkownIq(boolean) 2015-01-26 07:54:11 +01:00
packet Create smack-im subproject for XMPP-IM 2015-01-26 07:54:05 +01:00
parsing Use CharSequence instead of String in parseContent() 2014-07-06 21:10:40 +02:00
provider Create smack-im subproject for XMPP-IM 2015-01-26 07:54:05 +01:00
proxy Create smack.util.stringencoder for Base64, Base32,… 2014-09-04 11:07:55 +02:00
sasl SASL, username and password related javadoc improvements 2015-01-18 20:42:27 +01:00
util Fix typo in DNSUtil.setIdnaTransformer 2015-01-21 09:50:50 +01:00
AbstractConnectionClosedListener.java Add and use AbstractConnectionClosedListener 2015-01-07 20:11:00 +01:00
AbstractConnectionListener.java Add 'resumed' bool ConnectionListener's authenticated() 2015-01-07 21:11:09 +01:00
AbstractXMPPConnection.java Add AbstractXMPPConnection.setConcurrencyLevel(int) 2015-01-26 07:54:11 +01:00
ConnectionConfiguration.java Create smack-im subproject for XMPP-IM 2015-01-26 07:54:05 +01:00
ConnectionCreationListener.java Make XMPPConnection an interface 2014-05-28 08:18:41 +02:00
ConnectionListener.java Remove protected getConnectionListeners() 2015-01-10 11:26:10 +01:00
ExceptionCallback.java Add an API to send and wait async for a response 2014-08-16 00:08:53 +02:00
Manager.java Refactor FileTransfer(Manager|Negotiator) 2014-07-02 09:52:40 +02:00
MessageListener.java Improve MUC message and presence listeners 2014-10-12 18:11:02 +02:00
PacketCollector.java Allows PacketCollector's to cancel each other 2015-01-16 20:55:32 +01:00
PacketListener.java Rework incoming packet listeners and Roster 2015-01-07 14:35:23 +01:00
PresenceListener.java Improve MUC message and presence listeners 2014-10-12 18:11:02 +02:00
ReconnectionManager.java Improve handling of InterruptedException 2015-01-16 17:31:10 +01:00
SASLAuthentication.java Log a warning if the server didn't report SASL mechanisms 2014-11-16 19:03:03 +01:00
SmackConfiguration.java Rename SmackConfiguration.DEBUG_ENABLED to DEBUG 2015-01-19 08:26:42 +01:00
SmackException.java Add reply timeout to NoResponseException message 2014-11-15 09:46:38 +01:00
SmackInitialization.java Create smack-im subproject for XMPP-IM 2015-01-26 07:54:05 +01:00
SynchronizationPoint.java Raise log level of InterruptedException 2015-01-18 20:44:12 +01:00
XMPPConnection.java Fix javadox in XMPPConnection 2015-01-26 07:54:11 +01:00
XMPPConnectionRegistry.java Make XMPPConnection an interface 2014-05-28 08:18:41 +02:00
XMPPException.java Add support for XEP-0198: Stream Management 2014-09-11 09:49:16 +02:00
package.html Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00