igniterealtime / Openfire-Chat

Chat API (REST) for Openfire
https://discourse.igniterealtime.org/t/openfire-chat-api/68792
15 stars 8 forks source link

Support JSON payload in send chat/groupchat message #2

Closed deleolajide closed 6 years ago

deleolajide commented 6 years ago

See https://discourse.igniterealtime.org/t/openfire-chat-api/68792/15?u=dele_olajide

Allow a the message string to be a JSON payload. In this mode, there MUST be at least one property with name "body".

{
   "body": "This is a test",
   "extra_data": "Any custom data"
}
deleolajide commented 6 years ago

available in 0.9.4 Release 3