udia v0.1.3 UdiaWeb.Presence View Source

Module for presence functionality

Link to this section Summary

Link to this section Functions

Callback implementation for Phoenix.Presence.fetch/2.

Link to this function handle_diff(diff, state) View Source

Callback implementation for Phoenix.Presence.handle_diff/2.

Callback implementation for Phoenix.Presence.init/1.

Callback implementation for Phoenix.Presence.list/1.

Callback implementation for Phoenix.Presence.start_link/1.

Link to this function track(socket, key, meta) View Source

Callback implementation for Phoenix.Presence.track/3.

Link to this function track(pid, topic, key, meta) View Source

Callback implementation for Phoenix.Presence.track/4.

Callback implementation for Phoenix.Presence.untrack/2.

Link to this function untrack(pid, topic, key) View Source

Callback implementation for Phoenix.Presence.untrack/3.

Link to this function update(socket, key, meta) View Source

Callback implementation for Phoenix.Presence.update/3.

Link to this function update(pid, topic, key, meta) View Source

Callback implementation for Phoenix.Presence.update/4.