Build: #1973 was successful Manual run by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
1 second
Duration
10 minutes
Labels
None
Agent
Default Agent
Revision
d28997e8fd41324bb4be32908303783929c63f65
Total tests
1384
Successful since
#1969 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen d28997e8fd41324bb4be32908303783929c63f65 Add some context to logged messages in StanzaHandler
Guus der Kinderen Guus der Kinderen d62edf3984a889de69e311ec3cb25d99a3a8c8f8 OF-2663: Ignore disco/info errors sent over S2S
This prevents very loud errors being logged.
Guus der Kinderen Guus der Kinderen d56b99a79c8c4a9710bed455686e3fce4a5665ee OF-2730: Change the way channels are closed
As per Alex' suggestion: When closing the channel we switched to using `ctx.channel().close();` rather than calling `close` directly on the context:
`ctx.close()` starts to flow through the `ChannelPipeline` from the point of the `ChannelHandlerContext` while `ctx.channel().close()` will start from the tail of the `ChannelPipeline` all the time.
Guus der Kinderen Guus der Kinderen f0168d9264d0052cf38409a4c7b33994cb6419d9 OF-2731: Update implementation of XEP-0280: Message Carbons
In earlier versions of the XEP, messages eligible for carbon delivery were limited to those of type 'chat'. In later versions, a more broad selection of criteria was added.

This commit updates the criteria for carbon delivery (mostly) to the latest version of the XEP: 1.0.1

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2663Could not obtain issue details from Jira
Unknown Issue TypeOF-2730Could not obtain issue details from Jira
Unknown Issue TypeOF-2731Could not obtain issue details from Jira
Unknown Issue TypeXEP-0280Could not obtain issue details from Jira