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

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
2 minutes
Labels
None
Agent
Default Agent
Revision
ef0af66b21fb9db79ae22d3242f585584581e07f
Total tests
429
Successful since
#1 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> ef0af66b21fb9db79ae22d3242f585584581e07f Enfore spaces for indentation
Although I'm in the tabs camp, Smack uses mostly spaces. Therefore it
is the logical choice for the indentation style.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> ffe9397e6626c8c5559284adb1e5dd2f050283ac Fix SASLMechanism.compareTo(SASLMechanism)
Thanks to Aleksander Melnichnikov for pointing this out.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> bf1e07e6729838851c3df3f67822ec53e4b7e184 Fix chat2.ChatManager's message filter
Thanks to Andras Csete for pointing this out.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 684d33b773749880d7d1033af61b6ae30736ec02 Fix Carbon Listener setup
We can't always setup the carbons listener in the constructor of the
manager, as the our local XMPP address may not be available yet. So
setup the carbons listener on a connection listener *and* in the
constructor.