Projects tigase _server server-core Issues #850
Disable Offline Messaging in 7.2 (#850)
Closed
Eric Dziewa opened 7 years ago

The converter gave me these lines but messages are being saved to new table tig_offline_messages.

'sess-man' {
    amp {
        'msg-offline' = 'false'
    }
    strategy (class: tigase.server.cluster.strategy.OnlineUsersCachingStrategy) {}
}
Andrzej Wójcik (Tigase) commented 7 years ago

This bug was caused by two separate issues:

  1. Converter should return different configuration in DSL

I've fixed it in converter

  1. Issue with configuration of SessionManager processors

Not all fields in processors where properly annotated. I reviewed all processors and updated implementations, so that configuration fields/properties are properly annotated.

Next snapshot build will contain fixes for both issues.

Eric Dziewa commented 7 years ago

Works nice.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
5693
Version
tigase-server-8.0.0
Spent time
25h
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#850
Please wait...
Page is in error, reload to recover