diggers-mt / matrix_chat

Matrix bridge for Minetest chat
Other
8 stars 4 forks source link

Make messages look like real user messages in Matrix #1

Open tacotexmex opened 7 years ago

tacotexmex commented 7 years ago

On the Matrix side, make it so that messages are or look like they come from the actual user posting it. If that's possible in Matrix of course.

Either by some feature in Matrix, or perhaps the matrix nick name can be set dynamically based on Minetest player name.

joenas commented 7 years ago

Posting as a user is rather easy, all that's needed is an access_token (from a logged in device), a way to submit it (chat command?) and a way to store it on the server.

I think it's kinda confusing not knowing if chatting is in game or not tho. Also, if on multiple servers with the bridge, you won't know what server the user is talking on. Unless you include it in the message of course :)

joenas commented 7 years ago

3 <- storageref

joenas commented 7 years ago

http://dev.minetest.net/StorageRef

joenas commented 7 years ago

http://dev.minetest.net/minetest.register_chatcommand to add commands to save access tokens