Type |
New Feature
|
Priority |
Normal
|
Assignee | |
RedmineID |
2067
|
Version |
tigase-server-7.0.0
|
Spent time |
9h
|
Issue Votes (0)
Watchers (0)
Type |
New Feature
|
Priority |
Normal
|
Assignee | |
RedmineID |
2067
|
Version |
tigase-server-7.0.0
|
Spent time |
9h
|
I have implemented my own user repository class and it works fine.
But Tigase encounters problems related to offline messages.
Apparently MsgRepositoryImpl does its own JID to user id lookup instead of using the function that the user repository class has already implemented.
Also, even thou there is a MsgRepositoryIfc interface there is no way of providing your own since Tigase explicitly uses MsgRepositoryImpl.