Extract your user data from Matrix from the TeamSpeak database to be able to use it in Elements, for example.
For testing purposes only, it is not recommended to use TeamSpeak Chat with other services. Since TeamSpeak has not yet integrated or prohibited all matrix functions that cause errors.
Download current Build -> Download Here
Download current Beta Build -> Download Here
Beta features Function to extract Data from the (new TS5 Servers) Matrix Implementation.
Windows: %appdata%/TeamSpeak/settings.db
To use your Credentials you need to change your User Agent to Go-http-client/2.0
.
When you like to use a Mobile App or the Elements Desktop App, you can create a Reverse Proxy with NGINX to do that automatically.
location ^~ / {
proxy_ssl_server_name on;
#proxy_ssl_name "sni.cloudflaressl.com";
proxy_pass https://chat.teamspeak.com;
proxy_set_header Host chat.teamspeak.com;
#proxy_pass_request_headers on;
proxy_intercept_errors on;
proxy_set_header User-Agent "Go-http-client/2.0";
}
The current Version is fully functional, but it's missing some Messaging and Logging Options.
Select any Homebase you want.
Open Element Web or Element Desktop. Then, press Ctrl + Shift + I to open JavaScript-Console.
Execute
mxLoginWithAccessToken("https://<your-home-server>", "syt_your_token");
in order to log in.