如何从 java 在 Openfire 中创建用户?
How to create user in Openfire from java?
我想创建用户并将该用户从我的 java application
手动注册到 openfire server
名册。
有什么方法或者例子吗?
您可以使用 Openfire 的 REST API。
如何创建新用户:http://www.igniterealtime.org/projects/openfire/plugins/restapi/readme.html#create-a-user
您可以在此处下载 REST API 插件:http://www.igniterealtime.org/projects/openfire/plugins.jsp
官方 JAVA 实施:https://github.com/igniterealtime/REST-API-Client
我想创建用户并将该用户从我的 java application
手动注册到 openfire server
名册。
有什么方法或者例子吗?
您可以使用 Openfire 的 REST API。
如何创建新用户:http://www.igniterealtime.org/projects/openfire/plugins/restapi/readme.html#create-a-user
您可以在此处下载 REST API 插件:http://www.igniterealtime.org/projects/openfire/plugins.jsp
官方 JAVA 实施:https://github.com/igniterealtime/REST-API-Client