openfire-restAPI-plugin icon indicating copy to clipboard operation
openfire-restAPI-plugin copied to clipboard

Allows Openfire administration over a RESTful API.

Results 35 openfire-restAPI-plugin issues
Sort by recently updated
recently updated
newest added

This pull request add support for signle user messaging. I added two endpoint and a function in `MessageController.java` ![image](https://user-images.githubusercontent.com/66485277/150234744-1fa66805-991a-48f8-871b-bd13fc774dec.png) Only thing that is missing, is the readme endpoint documentation.

Hello! We can use [Add group with role to chat room](https://www.igniterealtime.org/projects/openfire/plugins/1.3.8/restAPI/readme.html#add-group-with-role-to-chat-room) endpoint to add a new group with role to a room. Suppose, it should be also possible to do...

The main intention of this patch was to make it possible to get the local load of each instance of Openfire in a clustered environment so the load balancer would...

The documentation that's provided with this plugin seems to be generated from the code. We should document how this is done. Ideally, it's automatically re-generated when the plugin is build...

...Migrated from [Ignite Jira OF-1074](https://issues.igniterealtime.org/browse/OF-1074)... ## Todo: - [ ] It is possible to write a message to specific user - [ ] It is possible to write a message...

enhancement

The definition for updating a System Property requires that the key of the property is provided both in the path, and in the PUT body. This is appears to only...

Hi team, Please add the api/end-point to set/update group chat history of the group chat service.

enhancement

This should be simple to implement. The reason this would be useful, is to clear the cache after modifying the database directly.

enhancement

https://github.com/igniterealtime/openfire-restAPI-plugin/blob/master/src/java/org/jivesoftware/openfire/plugin/rest/entity/MUCRoomEntities.java has : ` @XmlElement(name = "chatRoom") @JsonProperty(value = "chatRooms") public List getMucRooms() { return mucRooms; }` therefore the JSON should produce an element chatRooms but what is produced is...

...Migrated from [Ignite Jira OF-1073](https://issues.igniterealtime.org/browse/OF-1073)... Todo: CRUD for the User Privacy list