Smack/source/org/jivesoftware/smack
rcollier d1e9d81769 SMACK-341 Updated collectors to use concurrent classes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13452 b35dd754-fafc-0310-a699-88a17e54d16e
2013-02-07 03:42:33 +00:00
..
debugger SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
filter SMACK-363 Applied code cleanup patches for many generics related issues. 2012-10-26 10:47:55 +00:00
packet SMACK-391 Moved all date parsing into StringUtils and made it much more robust in handling multiple valid and invalid formats. 2013-02-04 03:45:37 +00:00
provider SMACK-363 Applied code cleanup patches for many generics related issues. 2012-10-26 10:47:55 +00:00
proxy SMACK-404 Changed StringUtils.decodeBase64(String) behavior so that the method does not try to detect and decompress a gzip-compressed input. Refactored every use of the Base64.(de|en)code* methods to use the StringUtils (de|en)codeBase64 methods instead. 2013-01-29 22:49:20 +00:00
sasl SMACK-404 Changed StringUtils.decodeBase64(String) behavior so that the method does not try to detect and decompress a gzip-compressed input. Refactored every use of the Base64.(de|en)code* methods to use the StringUtils (de|en)codeBase64 methods instead. 2013-01-29 22:49:20 +00:00
util SMACK-407 Time zones now parse correctly. 2013-02-06 03:38:11 +00:00
AbstractConnectionListener.java merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00
AccountManager.java SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
Chat.java SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
ChatManager.java Merged the 3.2 Beta branch into trunk. 2011-03-14 01:53:42 +00:00
ChatManagerListener.java Copyright update. 2007-02-12 00:59:05 +00:00
Connection.java Updated some javadoc that caused confusion as to the login() behaviour. 2011-03-28 13:13:41 +00:00
ConnectionConfiguration.java SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
ConnectionCreationListener.java SMACK-295: Fire reconnectionSuccessful event when session is established 2010-02-24 00:45:40 +00:00
ConnectionListener.java SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
MessageListener.java Copyright update. 2007-02-12 00:59:05 +00:00
NonSASLAuthentication.java SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
OpenTrustManager.java Copyright update. 2007-02-12 00:59:05 +00:00
PacketCollector.java SMACK-341 Updated collectors to use concurrent classes. 2013-02-07 03:42:33 +00:00
PacketInterceptor.java SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
PacketListener.java SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
PacketReader.java SMACK-278: Call socket.close() in XMPPConnection.shutdown() before 2013-01-06 14:02:44 +00:00
PacketWriter.java SMACK-278: Call socket.close() in XMPPConnection.shutdown() before 2013-01-06 14:02:44 +00:00
PrivacyList.java Code cleanup and refactoring. 2006-09-15 21:51:08 +00:00
PrivacyListListener.java Javadoc fixes, builds now go to target directory. 2007-01-07 23:03:16 +00:00
PrivacyListManager.java SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
ReconnectionManager.java SMACK-325 patched the diff to ReconnectionManager manually. 2011-03-31 06:35:59 +00:00
Roster.java SMACK-312 Fire roster listener also when the group name changed 2011-03-10 11:30:53 +00:00
RosterEntry.java only fire roster listener if entry changed (SMACK-312) 2010-08-15 16:37:51 +00:00
RosterGroup.java SMACK-291: RosterGroup modifications should depend on roster push 2010-02-16 09:10:51 +00:00
RosterListener.java Added a bit of javadoc, explaining when the event is (not) fired. 2010-01-12 11:28:01 +00:00
SASLAuthentication.java SMACK-363 Applied code cleanup patches for many generics related issues. 2012-10-26 10:47:55 +00:00
ServerTrustManager.java SMACK-385 Reuse the KeyStore in order to reduce memory usage. Extended ServerTrustManager with a 'stores' (Hash)Map that allows the reuse of an existing KeyStore. Before that, every call of KeyStore.getInstance() created a new instance which consumes about 250KiB. 2013-01-31 22:31:04 +00:00
SmackConfiguration.java Added XEP-199 aka. "XMPP Ping" support to smack. Fixes SMACK-388. 2013-01-04 11:43:35 +00:00
UserAuthentication.java Big change for authentication, which now supports more SASL mechanisms and 2007-11-14 16:27:47 +00:00
XMPPConnection.java SMACK-377 Avoid an unnecessary DNS request by using directly the, at this point known IP, instead of using the hostname as argument for the new socket. 2013-01-31 22:31:31 +00:00
XMPPException.java Copyright update. 2007-02-12 00:59:05 +00:00
package.html Javadoc info. 2003-03-09 23:07:58 +00:00