From 1c41ee4a931c2429d35205ae04a27dd92fdd8d5a Mon Sep 17 00:00:00 2001 From: Anders Svensson Date: Tue, 6 Dec 2011 18:46:03 +0100 Subject: Update documentation --- lib/diameter/doc/src/diameter.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'lib/diameter') diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index 2d8edb1301..93e2603c10 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -107,7 +107,9 @@ belonging to the application.

-application_module() = Mod | [Mod | ExtraArgs] +application_module() = Mod + | [Mod | ExtraArgs] + | #diameter_callback{} Mod = atom() @@ -125,6 +127,14 @@ specified to call/4, in which case the call-specific arguments are appended to any specified with the callback module.

+

+Specifying a #diameter_callback{} record allows individual +functions to be configured in place of the usual diameter_app(3) callbacks, with +default implementations provided by module diameter_callback +unless otherwise specified. +See that module for details.

+
-- cgit v1.2.3