1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-14 07:34:50 +02:00
Smack/smack-core/src/main/java/org/jivesoftware/smack/util
Florian Schmaus c81cd34561 Apply builder pattern to ConnectionConfiguration
Introducing a clean split between the constant connection configuration
parameters, which are now all in ConnectionConfiguration and the dynamic
connection state (e.g. hostAddresses) which are now in
AbstractXMPPConnection.

Also removed all arguments of login() since the username, password,
resource and callback handler need now to be configured via
ConnectionConfiguration.

Also remove documentation/extensions/messageevents.md, as it's already
in documentation/legacy
2014-11-15 09:46:31 +01:00
..
dns Add javadoc to SmackException.ConnectionException 2014-06-17 13:17:15 +02:00
stringencoder Create smack.util.stringencoder for Base64, Base32,… 2014-09-04 11:07:55 +02:00
ArrayBlockingQueueWithShutdown.java Properly sync PacketWriter's queue 2014-05-05 19:26:42 +02:00
Async.java Call pingServerIfNecessary in new thread 2014-10-24 11:45:28 +02:00
ByteUtils.java Add smack-android and redesign SASL authentication 2014-08-01 10:34:47 +02:00
DNSUtil.java Remove 'throws Exception' from DNSUtil.resolve…(String) 2014-10-19 11:49:45 +02:00
FileUtils.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
LazyStringBuilder.java Properly escape Bookmarks and FormField XML 2014-06-19 16:52:19 +02:00
MAC.java Add SCRAM-SHA1 support 2014-10-21 15:03:48 +02:00
ObservableReader.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
ObservableWriter.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
package.html Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PacketParserUtils.java Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
PacketUtil.java Add support for XEP-0059: Result Set Management 2014-09-13 12:28:18 +02:00
ParserUtils.java Rework Smack Provider design 2014-10-08 16:01:14 +02:00
ReaderListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
SHA1.java Add SCRAM-SHA1 support 2014-10-21 15:03:48 +02:00
StringTransformer.java Support for International Domain Names in DNSUtil 2014-09-13 09:27:55 +02:00
StringUtils.java Add SCRAM-SHA1 support 2014-10-21 15:03:48 +02:00
TLSUtils.java Apply builder pattern to ConnectionConfiguration 2014-11-15 09:46:31 +01:00
WriterListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
XmlStringBuilder.java Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00