igniterealtime / openfire-galene-plugin

Media SFU for Openfire using Galene
Apache License 2.0
2 stars 3 forks source link

Please consider using the new API #5

Open jech opened 7 months ago

jech commented 7 months ago

Hi,

Version 0.9 of Galene will include an HTTP-based management API. It is described here:

https://galene.org/README.API.html

It's almost complete, the one missing bit is token management, which I'm hoping to implement soon. However, I'm still open to making incompatible changes (as long as 0.9 is not released).

Please review the API, and please consider using it in the plugin.

jech commented 1 month ago

Galene 0.9 includes the full API. All management can now be done over HTTP.

Docs: https://galene.org/README.API.html Client library: https://github.com/jech/galene/blob/master/static/management.js