igniterealtime / REST-API-Client

Java REST API Client for the Openfire to manage Openfire instances by sending an REST/HTTP request to the server
Apache License 2.0
102 stars 62 forks source link

Send message Api to a group and to specific user #26

Closed goodlifechris closed 6 years ago

goodlifechris commented 6 years ago

Would like to get the api to send to a specific user

Redor commented 6 years ago

The REST API dont allow that (have not implemented it). So it can also not be implemented to the REST API Client

deleolajide commented 6 years ago

There is the ofchat plugin based on the Rest API plugin that does that. It is still work in progress

https://discourse.igniterealtime.org/t/rest-api-send-messages/79579