Jonas Ådahl
Jonas Ådahl
Feel free to send any patch you write.
``` mod_restful: api: - path: ["admin"] module: mod_restful_admin params: key: "secret" allowed_commands: [register, unregister] - path: ["register"] module: mod_restful_register params: key: "secret" ```
@zhangzhang, here you go: ``` listen: - port: 8088 ip: "::" module: ejabberd_http request_handlers: "/api": mod_restful ```
@lwxfer Could it be that ejabberd can't find your compiled .beam files?
@bk138 Thanks! The error is ``` %DEVENV_EXE% db_dll.dsp /upgrade Command exited with code 1 ``` which I don't really understand the meaning of. Does it have anything to do with...
> So this kinda splits up the usual RFB session setup into a twofold process where one first sets up "channel" security and then afterwards ordinary RFB security type? Right,...
Yes, or, all clients that worked when using encryption in Vino. I don't know what other clients supports security type 18.
@bk138 any update on this? Any way I can implement anon-tls and other channel security using e.g. rfbTLS? (to keep backward compatibility with the clients currently supported).
Fixed a couple of bugs in this PR. Any update on getting it merged, or anything that would make it possible to implement the same level of channel security out-of-tree?
Replying to an earlier question regarding client support: Vinagre and GNOME Boxes both use gtk-vnc as a client side library.