Ejabberd.Config.EjabberdHook (ejabberd v23.4.0)

Module containing functions for manipulating ejabberd hooks.

Link to this section Summary

Functions

Register a hook to ejabberd.

Link to this section Types

@type t() :: %Ejabberd.Config.EjabberdHook{fun: term(), hook: term(), opts: term()}

Link to this section Functions

Link to this function

start(ejabberd_hook)

@spec start(t()) :: none()

Register a hook to ejabberd.