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

The REST API is currently served by the same webserver as the one that is serving Openfire's admin console. I believe that this is undesirable for a number of reasons:...

Hi team, I am working in openfire cluster environment. I have 2 node of openfire say as **node_1** and **node_2**. When i create new MUC room(as **chat_room1**) with new chat...

I'm using the following endpoint, but it's not working: DELETE `/chatrooms/{room}/members/{username}` After checking the logs from openfire, I can see that it's getting stuck in a loop. I trimmed the...

The various 'create room' endpoints will successfully update a pre-existing room. Instead, when a room is being created that already exists, some kind of conflict error should be returned.

...Migrated from [Ignite Jira OF-1071](https://issues.igniterealtime.org/browse/OF-1071)... Get all session by specific resource

We should add an `io.swagger.v3.oas.annotations.media.Schema` (or equivalent, such as `@ArraySchema`) annotation to each property of an entity (typically, those are the getter methods that are already annotated with `@XmlElement`). This...

...Migrated from [Ignite Jira OF-1274](https://issues.igniterealtime.org/browse/OF-1274)... https://github.com/igniterealtime/REST-API-Client/issues/19 Started using openfire API in our application and using REST-API client extensively. Have tried to update the group subject using MUC update API call...

bug

All uses of the API should be (optionally) logged. We already record certain operations on MUC and users, but we could do a lot more, recording all uses of the...

Endpoints that return (client) sessions return entities that have a hostname field. To populate this field, a DNS lookup is sometimes required. This can severely slow down the response to...