Projects tigase _server tigase-mongodb Issues #11
Add support for autoCreateUser parameter (#11)
Wojciech Kapcia (Tigase) opened 1 decade ago

As described in

https://projects.tigase.org/boards/15/topics/4867

we should support autoCreateUser configuration option in tigase-mongodb implementation.

  • Andrzej Wójcik (Tigase) commented 10 years ago

    I implemented this feature in similar way as it is implemented in JDBCRepository@, however it is worth to mention that this feature in case of MongoDB will increase time needed for write operations on @UserRepository as normally MongoDB implementation was able to work without additional check if user exists which now, when autoCreateUser is enabled, is required.

  • Wojciech Kapcia (Tigase) commented 10 years ago

    Works as expected.

issue 1 of 1
Type
New Feature
Priority
Normal
Assignee
RedmineID
3001
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/tigase-mongodb#11
Please wait...
Page is in error, reload to recover