Smack/source/org/jivesoftware/smack
Florian Schmaus e7a2cad401 Add hidden default constructor to ConnectionConfiguration
aSmack subclasses ConnectionConfiguration and needs a constructor that
does no network I/O.
2014-02-04 09:56:28 +01:00
..
compression SMACK-448 Java7ZlibInputOutputStream: Use correct Deflater compression level 2013-06-24 22:42:37 +00:00
debugger SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
filter SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
keepalive SMACK-462 Use getInstace() ConnectionCreationListener 2013-11-03 21:49:58 +00:00
packet SMACK-534 Refactored all System.out/err and printStackTrace calls with appropriate Java util logging calls. 2014-02-02 22:39:07 +00:00
parsing SMACK-534 Refactored all System.out/err and printStackTrace calls with appropriate Java util logging calls. 2014-02-02 22:39:07 +00:00
ping SMACK-412 Abstracted the keepalive implementation and set the thread to start and stop on demand. 2013-04-16 01:39:17 +00:00
provider SMACK-286 Made ProviderManager much more configurable. 2014-01-16 05:14:39 +00:00
proxy SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
sasl SMACK-344 Patch applied that allows the host and service name to be different for SASL authentication 2013-04-20 22:05:28 +00:00
util SMACK-534 Refactored all System.out/err and printStackTrace calls with appropriate Java util logging calls. 2014-02-02 22:39:07 +00:00
AbstractConnectionListener.java merged branch improve_bytestreams in trunk 2010-08-15 11:57:11 +00:00
AccountManager.java SMACK-534 Refactored all System.out/err and printStackTrace calls with appropriate Java util logging calls. 2014-02-02 22:39:07 +00:00
Chat.java SMACK-387 Added some configuration to the ChatManager to allow for different matching modes on incoming messages with no thread id. 2014-02-01 22:22:30 +00:00
ChatManager.java SMACK-387 Added some configuration to the ChatManager to allow for different matching modes on incoming messages with no thread id. 2014-02-01 22:22:30 +00:00
ChatManagerListener.java Copyright update. 2007-02-12 00:59:05 +00:00
Connection.java SMACK-534 Refactored all System.out/err and printStackTrace calls with appropriate Java util logging calls. 2014-02-02 22:39:07 +00:00
ConnectionConfiguration.java Add hidden default constructor to ConnectionConfiguration 2014-02-04 09:56:28 +01: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
LoggingInitializer.java SMACK-286 Made ProviderManager much more configurable. 2014-01-16 05:14:39 +00:00
MessageListener.java Copyright update. 2007-02-12 00:59:05 +00:00
NonSASLAuthentication.java SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
OpenTrustManager.java SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +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-534 Refactored all System.out/err and printStackTrace calls with appropriate Java util logging calls. 2014-02-02 22:39:07 +00:00
PacketWriter.java SMACK-534 Refactored all System.out/err and printStackTrace calls with appropriate Java util logging calls. 2014-02-02 22:39:07 +00:00
PrivacyList.java SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
PrivacyListListener.java Javadoc fixes, builds now go to target directory. 2007-01-07 23:03:16 +00:00
PrivacyListManager.java SMACK-462 Use getInstace() ConnectionCreationListener 2013-11-03 21:49:58 +00:00
ReconnectionManager.java SMACK-534 Refactored all System.out/err and printStackTrace calls with appropriate Java util logging calls. 2014-02-02 22:39:07 +00:00
Roster.java SMACK-373 Don't remove listeners after a disconnect() , keep state of Connection between disconnect() and connect()/login() 2013-10-27 17:40:06 +00:00
RosterEntry.java SMACK-428 add 'public int RosterEntry.hashCode()' 2013-05-17 22:05:57 +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-344 Patch applied that allows the host and service name to be different for SASL authentication 2013-04-20 22:05:28 +00:00
ServerTrustManager.java SMACK-534 Refactored all System.out/err and printStackTrace calls with appropriate Java util logging calls. 2014-02-02 22:39:07 +00:00
SmackConfiguration.java Updated versioning for release (3.4.0) 2014-02-03 01:55:16 +00:00
SmackError.java SMACK-412 Added the pingMyServer back in, cleaned up unneeded synchronization and removed minimum ping interval. 2013-03-23 11:59:08 +00:00
SmackInitializer.java SMACK-286 Made ProviderManager much more configurable. 2014-01-16 05:14:39 +00:00
UserAuthentication.java SMACK-352 removed duplicated headers, fixed svn keywords 2013-02-07 19:10:22 +00:00
XMPPConnection.java SMACK-534 Refactored all System.out/err and printStackTrace calls with appropriate Java util logging calls. 2014-02-02 22:39:07 +00:00
XMPPException.java SMACK-412 Added the pingMyServer back in, cleaned up unneeded synchronization and removed minimum ping interval. 2013-03-23 11:59:08 +00:00
package.html Javadoc info. 2003-03-09 23:07:58 +00:00