Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
810
|
Version |
tigase-server-5.1.0
|
Issue Votes (0)
Watchers (0)
Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
810
|
Version |
tigase-server-5.1.0
|
actual: DomainFilter#getDomains and #getDomainsList are declared private
expected: make them public. subclasses can then override functionality, eliminating the need to branch a custom build of the server.
food for thought: why not drop the concept of private methods entirely and make them public by default? extensibility would get a big boost.