Hello there, currently,when registering a new user from the admin console, Openfire does not automatically mirror ofUser.name (and also user name) into the vCard in ofVCard table (it has to be initialized by the client).
I think we need a new feature in openfire to do this so that while logging in from a client (specially at first time) the full name can be reached directly from vCard without the need to use REST API functions (the REST API secret key gives full admin control over Openfire server (create/delete users, kick sessions, etc.). I don’t want to embed it directly in my client app’s compiled code — anyone can decompile an APK/IPA and extract it)
Best Regards.