1
0
mirror of https://github.com/tijder/SmsMatrix.git synced 2024-10-27 18:24:01 +00:00
Go to file
St John Karp 51377834ad Implement support for MMS messages
Implemented support for MMS messages, including a variety of formats
of image and video. Works by observing changes to content://mms-sms,
parsing out the new MMS contents, uploading them as assets to
the Matrix server, and posting a new image or video message to the room.
2018-04-22 20:39:24 -07:00
.idea
app Implement support for MMS messages 2018-04-22 20:39:24 -07:00
gradle/wrapper
.gitignore
build.gradle Implement support for MMS messages 2018-04-22 20:39:24 -07:00
gradle.properties
gradlew
gradlew.bat
README.md
settings.gradle

SmsMatrix

A simple SMS (text message) <--> Matrix bridge.

Set up

  • Create a acount on a homeserver
  • Install this app
  • Give the app the app permission
  • Type in the needed info in the app
    • Bot Username: is the username of the just created user
    • Bot Password: is the password of the just created user
    • Homeserver url: is the url of the homeserver where the user is created
    • Your username: is where you want to forward all yous text message to
    • Devicename: is the devicename wich the api will use
  • Press save
  • Now all your text messages will be bridged