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.
As described in
https://projects.tigase.org/boards/15/topics/4867
we should support
autoCreateUser
configuration option in tigase-mongodb implementation.