moca_matrix_sdk 0.16.2 moca_matrix_sdk: ^0.16.2 copied to clipboard
Dart Matrix SDK wrapper for Moca App. This library gives the developer methods for interacting with a matrix server
0.1.0 #
- Initial version.
- Get, invite and accept rooms
- Send message
- Login, logout, register
- No binaries included
0.2.0 #
- Added methods for session handling
- Includes windows binaries
- Added support for local storage with SQLite and IndexedDB
0.3.0 #
- Added iOS binaries
0.4.0 #
- Added room participants to getRooms method
0.5.0 #
- Added optional parameter deviceId to login method
- Added method to manually refresh tokens
0.6.0 #
- Added method to search for user
0.7.0 #
- Added invitedId param for m.room.meber events
0.8.0 #
- Added getLeftRooms
- Refactored matrix rust functions into helpers
0.9.0 #
- Fixed issues related to error handling
0.10.0 #
- Refactored rust code
- Added linux binaries and plugin
- Added delete room method
- Added support for android binaries
0.11.0 #
- Added read receipts to getJoinedRooms method
- Added method to update public read receipt
- iOS binaries compiled on build process
0.12.0 #
- Added method to register an http notifications
0.13.0 #
- Client refactor to create in every function
0.14.0 #
- Fixed client syncronization issues
0.15.0 #
- Send attachments to conversations
- Methods for handling payments on conversations
- Set global display name
- Set profile picture