Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
3691
|
Version |
tigase-server-8.0.0
|
Related
Issue Votes (0)
Watchers (0)
Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
3691
|
Version |
tigase-server-8.0.0
|
Right now we have to manually specify list of components and processors which are loaded by Tigase XMPP Server by default (see MessageRouterConfig and SessionManagerConfig).
I think it would be good to allow us to add ie.
@Default
or@Config(default=true)
annotation and implement code which would create list of processors or components which should be started by default.This way it would be possible to remove static lists of default processors and components from MessageRouterConfig and SessionManagerConfig making this classes cleaner and making it easier to change list of default components/processors