aboutsummaryrefslogtreecommitdiffstats
path: root/doc/hook/change_channel.bb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hook/change_channel.bb')
-rw-r--r--doc/hook/change_channel.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/hook/change_channel.bb b/doc/hook/change_channel.bb
deleted file mode 100644
index 4514b9265..000000000
--- a/doc/hook/change_channel.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-[h2]change_channel[/h2]
-
-Called when entering a logged in state in a channel context (as opposed to an account context).
-The hook array provides two arguments, 'channel_id' and 'chanx'. 'chanx' is a union of the channel
-and xchan records for the now active channel.
-
-Use this to capture what would traditionally be known as 'login events'. In this platform, login is
-a separate authentication activity and doesn't necessarily require "connecting to an identity", which
-is what the change_channel activity represents.
-
-