Question: Custom channels #2202
-
Hello, I'd like to catch a link click event within the client session and catch that in the RDP client guacd (to ultimately open a link in the "outer" webbrowser). See https://issues.apache.org/jira/browse/GUACAMOLE-1563 Does xrdp support a simple way of adding custom channels? Or would it need to be implemented directly in the core? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
There is a way, but it's not well documented. There's an example in https://github.com/neutrinolabs/xrdp/blob/devel/xrdpapi/simple.c which shows a way to use the echo virtual channel documented in [MS-RDPEECO] |
Beta Was this translation helpful? Give feedback.
-
Thanks. The code says "THIS TEST WILL FAIL IF CONNECTED FROM A NON WINDOWS RDP CLIENT". Does it mean that it is Windows-only? |
Beta Was this translation helpful? Give feedback.
-
I think it just means that at the time it was written, only mstsc.exe supported the echo virtual channel. |
Beta Was this translation helpful? Give feedback.
There is a way, but it's not well documented.
There's an example in https://github.com/neutrinolabs/xrdp/blob/devel/xrdpapi/simple.c which shows a way to use the echo virtual channel documented in [MS-RDPEECO]