Differences From Artifact [85f68e7b26]:
- File src/ObjMatrix.h — part of check-in [c29845b7b8] at 2020-10-03 16:21:34 on branch trunk — MTXClient: Add support for logging out (user: js, size: 1236) [annotate] [blame] [check-ins using]
To Artifact [43fe4f29c2]:
- File src/ObjMatrix.h — part of check-in [092c122c69] at 2020-10-03 17:08:07 on branch trunk — Add support for fetching room list (user: js, size: 1280) [annotate] [blame] [check-ins using]
︙ | |||
19 20 21 22 23 24 25 26 27 | 19 20 21 22 23 24 25 26 27 28 | + | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #import "MTXClient.h" #import "MTXRequest.h" #import "MTXFetchRoomListFailedException.h" #import "MTXLoginFailedException.h" #import "MTXLogoutFailedException.h" |