-
Notifications
You must be signed in to change notification settings - Fork 20
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
Complete Presence support #22
Comments
I did have a look through https://github.com/phoenixframework/phoenix/blob/62f18c71888ce700cc86933296e619f8a9dee0be/assets/js/phoenix.js and noticed that it doesn't actually use phx_ref_prev. Even grepping |
My implementation is here: fbonetti/elm-phoenix-socket#16 if that's useful |
I just pushed a new API with a dedicated Presence module. The plan is to get some feedback from @opsb (and anybody else who reads this :) ) before a official release. |
Just released 0.3.0 official. |
This Issue is to keep track of the remaining work, to get full Presence support building on the PR #18
Missing implementation details
From the docs
Where is it necessary? (see API discussion below as well on this point)
From the docs
The current implementation has only support for the
:metas
key and would ignore any other keys.API
The current API is (in the
Channel
module)Some of my questions
:phx_ref
or:phx_ref_prev
values? Currently there would be sometimes aphx_ref_prev
key in someValue
. But since thephx_ref
s are not exposed it would be useless.Values
i.e. that it would be more likeI'm probably missing some more things...
The text was updated successfully, but these errors were encountered: