Rafael K. Streit

Results 25 issues of Rafael K. Streit

# Description The SDK needs to add support for this event subscription over `stream-notify-user` subscription: > :userId:/message The call is basically: ```swift let request = [ "msg": "sub", "name": "stream-notify-user",...

feature
websocket

Refer to the documentation: https://github.com/RocketChat/docs/pull/1005

We should not include `updatedSince` on `rooms.get` and `subscriptions.get` when timestamp is invalid or 0.

bug

# Description We need to support the API to register a new user. Documentation: https://docs.rocket.chat/developer-guides/rest-api/users/create. ## Progress - [ ] Registration of the user; - [ ] Support to custom...

api: rest