Projects tigase _server server-core Issues #1097
It's not possible to configure additional PacketFilters (#1097)
Closed
wojciech.kapcia@tigase.net opened 5 years ago
Affected versions
tigase-issue #8.0.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 and tigase.server.AbstractMessageReceiver#outgoing_filters from configuration field to injected member and adjusting relevant code

Afterwards documentation (https://docs.tigase.net/tigase-server/master-snapshot/Development_Guide/html/#_configuration_3) has to be updated.

Andrzej Wójcik (Tigase) commented 4 years ago

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.

wojciech.kapcia@tigase.net commented 4 years ago

Looks OK. I found a tiny issue with name missing so I fixed it and while at it I also slightly improved PacketCounter itself.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
Version
tigase-server-8.2.0
Spent time
4h 15m
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1097
Please wait...
Page is in error, reload to recover