Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.2.0
|
Spent time |
4h 15m
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.2.0
|
Spent time |
4h 15m
|
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.