Projects tigase _server server-core Issues #1369
How to config the custom field with PacketFilterIfc? (#1369)
Closed
Unknown opened 5 years ago
@Bean(name = "key-word-filter", parent = Kernel.class, active = true)
public class KeyWordFilter implements PacketFilterIfc {
       @ConfigField(desc = "", alias = "dzFilterUrl")
       private String dzFilterUrl = "";
}

the config.tdsl:

'key-word-filter' () {
    'dzFilterUrl' = 'https://xxxxxxx'
}

'sess-man' () {
    'incoming-filters' = 'tigase.xxxx.KeyWordFilter'
}

It did not work well. Thanks a lot!

Unknown commented 5 years ago

Thank you for reporting this. Unfortunately currently it's not possible to configure custom packet filters.

We will fix the issue in the upcoming versions (#server-1097)

Unknown commented 4 years ago

It did not fix the issue with the latest version (#server-1130).

Unknown commented 4 years ago

Linked issue (#server-1130) is not related with this github issue. Packet filtering will be fixed in #server-1097

Unknown commented 4 years ago

The issue was fixed and is already available in our nightly distribution packages and will be part of 8.2.0 release.

issue 1 of 1
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1369
Please wait...
Page is in error, reload to recover