Differences From Artifact [6372c5e6df]:
- File src/exceptions/MTXLogoutFailedException.m — part of check-in [092c122c69] at 2020-10-03 17:08:07 on branch trunk — Add support for fetching room list (user: js, size: 1370) [annotate] [blame] [check-ins using]
To Artifact [1b0abaa340]:
- File
src/exceptions/MTXLogoutFailedException.m
— part of check-in
[17e299f073]
at
2020-10-03 21:56:23
on branch trunk
— Initial support for sync
Only sends the sync, does not do anything with the response yet. Handling the response will be implemented in the next several commits, piece by piece. (user: js, size: 1404) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 | - - + + | #import "MTXClient.h" @implementation MTXLogoutFailedException - (OFString *)description { return [OFString stringWithFormat: |