-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chat: add CHA-RL9 to explain "attaching piggyback" #232
Conversation
Based on [1] at 32b642c. Resolves #131. [1] ably/specification#232
Based on [1] at 32b642c. Resolves #131. [1] ably/specification#232
32b642c
to
db59a5b
Compare
db59a5b
to
e3996ae
Compare
This is also applicable on sending ephermal reactions via send method right? |
Yes, but I decided not to alter the spec here because there's currently a DR open that will make that spec point entirely redundant. |
e3996ae
to
27a2170
Compare
27a2170
to
1c82faf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1c82faf
to
d6cdd3b
Compare
I want to get this one merged so that I can implement it in Swift; have rebased and will merge. |
@AndyTWF Btw, do we not check for ATTACHED state for presence leave as per CHA-PR4 ? |
Yes - will add. |
The same goes for CHA-T4a1 ( typing presence enter ) and CHA-T4a2 ( explicit typing.stop() - typing presence leave ) |
Simply, any room operation triggered by the user, that sends msg over realtime connection should check for |
Closes #228