lautriva / matrix-spigot-bridge

Link a Minecraft server chat with a Matrix.org room
MIT License
18 stars 6 forks source link

Migrating from Client Server API v1 #1

Open FX7 opened 2 years ago

FX7 commented 2 years ago

Some URIs and maybe also some workflows / handling has to be migrated to the r0 Client Server API of Matrix.

See https://www.matrix.org/docs/guides/migrating-from-client-server-api-v-1

I could do at leas some of this stuff. But first i would need some help, to build the plugin jar.

lautriva commented 2 years ago

For the build, you need to compile all files and then jar them If you use eclipse, you only need to pop all java files in it and then create a jar :)

It's a shame Java doesn't have a cmake like equivalent

FX7 commented 2 years ago

Ok, thanks. I hoped for a bit more automated way. Also there are the org.json files missing. But I added then and now I can build the jar.

I changed some of the uris. Now i got a valid access token from the server, but cant send messages in the room (http status 403). I will try some changes on my matrix / room setup.

I will give feedback (and push request) when all is done :)