Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #657 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
4 minutes
Labels
None
Agent
Default Agent
Revision
eeb6c52f7e0907fa38a578c153461af5dffa459b
Total tests
739
Successful since
#651 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> eeb6c52f7e0907fa38a578c153461af5dffa459b 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.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> c3247ef006ecb4d274c25b8fd48a3f59b3af3221 Use optElement() instead of optAppend() in StreamInitiation.toXML()
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> cf48f125655b009791b54082cb0a34a1361cc8e4 Add INSTANCE shortcut to SmackTestUtil
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 3ee4dd7b3a206829dd4247c1e3a6816b62a8f565 Move SASL authentication state into SASLMechanism
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 1d03cfdc790c627bbed2e79a3266fe8d6d1526b4 checkstyle: Remove redundant whitespace check
The "line contains only whitespace character(s)" check is the same as
the trailing whitespace characters check a few lines below.