Smack/smack-experimental/src/test/java/org/jivesoftware/smackx
Florian Schmaus eeb6c52f7e Move SASL logic into AbstractXMPPConnection
Besides the way the transport handles the stream after SASL
<success/>, the SASL logic is independend from the underlying
transport (BOSH, TCP, …). Hence move it up into
AbstractXMPPConnection.

This also has the benefit that we can make some more methods private
or package-private.

Also introduce XmlStringBuilder.optTextChild(), which causes some
associated changes.
2019-09-25 13:49:21 +02:00
..
carbons Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
chat_markers Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
colors Update XEP-0392 to 0.6.0 2019-06-30 16:01:08 +02:00
eme Change JUnit API from 4 to 5 in smack-experimental 2019-05-07 18:51:22 +02:00
hashes Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
hoxt/provider Enable MissingJavadocPackage and UnnecessaryParentheses checkstyle checks 2019-07-24 09:18:39 +02:00
httpfileupload Remove xmlunit-lagacy and add xmlunit-assertj 2019-05-07 19:06:16 +02:00
mam Move SASL logic into AbstractXMPPConnection 2019-09-25 13:49:21 +02:00
message_markup Add "whitespace after comma" checkstyle rule 2019-05-17 21:56:46 +02:00
muclight Update errorprone(-plugin) and make Unused(Variable|Method) an error 2019-05-07 23:09:00 +02:00
push_notifications Update errorprone(-plugin) and make Unused(Variable|Method) an error 2019-05-07 23:09:00 +02:00
reference Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
sid Add secure(OnlineAttackSafe|Unique|OfflineAttackSafe)RandomString() 2019-06-02 20:08:03 +02:00
spoiler Remove xmlunit-lagacy and add xmlunit-assertj 2019-05-07 19:06:16 +02:00
ExperimentalInitializerTest.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00