Hi, I wrote a custom notification JAR for Guacamole 1.2, that posted a HTTP message including the authToken back to my server to let it know a session was successful or was closing.
Now I'm busy migrating to 1.6. But in 1.6 the authToken seems no longer available. I tried getting the sessionName from TunnelConnectEvent but also failed. I can get the UUID but that's internal so of no use. Is there a way I can still get the AuthToken or if not the sessionName from inside my notification jar? Thanks, Adrian
