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 result summary

Details

Completed
Queue duration
< 1 second
Duration
4 minutes
Labels
None
Agent
Default Agent
Revision
53d66261af24a6010d41c58b55be2b377389f19d
Total tests
793
Successful since
#690 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 53d66261af24a6010d41c58b55be2b377389f19d Merge pull request #423 from adiaholic/streamFactory
Use AbstractStreamOpen instead of StreamOpen to open stream
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 61799c5951028ab95cfc6df65cbeb42e52679b30 Merge pull request #424 from adiaholic/plugModule
Make ModularXmppClientToServerConnectionConfiguration.addModule() public
Aditya Borikar <adityaborikar2@gmail.com> Aditya Borikar <adityaborikar2@gmail.com> 648a1cfab1f69f9b00070182d55142d3d0f35965 Use AbstractStreamOpen instead of StreamOpen to open stream
Before the existence of AbstractStreamOpen, StreamOpen sufficed our need
during sending an open stream element. Since the intention behind
introducing AbstractStreamOpen is to allow underlying transports provide
transport specific opening streams, these changes will further support
the cause.

This commit will allow us to send transport specific open element
which should be inherited from AbstractStreamOpen.
Aditya Borikar <adityaborikar2@gmail.com> Aditya Borikar <adityaborikar2@gmail.com> db385e6595d02b95ce0c221e718780a8ee59fc89 Make ModularXmppClientToServerConnectionConfiguration.addModule() public
This commit will allow users to plug their module descriptors inside
modular architecture.