-
I've implemented this support by adding two new "manager" beans (one for incoming and one for outgoing filters) that make managing and configuring packet filters easier. Please review if that is correct. I've also updated documentation mentioned in this task.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.2.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
from: https://github.com/tigase/tigase-server/issues/6
Currently it's not possible to configure custom Packet filters. Possible solution would be to switch
tigase.server.AbstractMessageReceiver#incoming_filters
andtigase.server.AbstractMessageReceiver#outgoing_filters
from configuration field to injected member and adjusting relevant codeAfterwards documentation (https://docs.tigase.net/tigase-server/master-snapshot/Development_Guide/html/#_configuration_3) has to be updated.