Nightly Distribution of the master branch

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
5 minutes
Labels
None
Revision
f7fcff139c617fff7a6fddec2cf98121638db9bd
Total tests
426
Successful since
#1482 ()

Tests

Code commits

Author Commit Message Commit date
Fernando Ramirez <f.e.ramirez94@gmail.com> Fernando Ramirez <f.e.ramirez94@gmail.com> f7fcff139c617fff7a6fddec2cf98121638db9bd Add MAM methods to load previous page and to load most recent page
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 6f66b31fb7e5dd14f76164561482e10b53d70282 Set default subscription mode to "reject all"
In order to make the defaults of Smack more secure.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 3129165a1c39f51cab5606f17b446ae88996ea99 Add ConnectionConfiguration.setHostAddress(InetAddress)
In previous Smack versions, it was possible to set the host's IP
address via setHost(String), this is no longer possible (since the
support for DNSSEC was introduced). The new
setHostAddress(InetAddress) allows it again to explicitly specifiy the
XMPP service's host IP.