Ejabberd.Config.EjabberdHook (ejabberd v23.10.0)

Module containing functions for manipulating ejabberd hooks.

Summary

Functions

Register a hook to ejabberd.

Types

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

Functions

Link to this function

start(ejabberd_hook)

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

Register a hook to ejabberd.