Type |
Improvement
|
Priority |
If you are bored
|
Assignee | |
Version |
8.5.0
|
Sprints |
n/a
|
Customer |
n/a
|
Iterations
-
tigase-server-8.5.0 Open
Issue Votes (0)
Type |
Improvement
|
Priority |
If you are bored
|
Assignee | |
Version |
8.5.0
|
Sprints |
n/a
|
Customer |
n/a
|
Currently,
ServiceDiscovery
plugin relies on injectingtigase.xmpp.impl.ServiceDiscovery.AccountServiceProvider
(only PEP fromtigase-pubsub
supports it) and if it present it forward query to the PEP plugin/pubsub for processing.It would be better to make the logic extensible and allow creating multiple provider implementations and call them to add particular features to service discovery and combine the result in one request. It would simplify the processing logic and give us more flexibility.