#  -*- text -*-
#
#
#  $Id: 829e66dd2c6122e7e43897f51579705cd65a2d48 $

#######################################################################
#
#  = Digest Module
#
#  The `digest` module is used for performing authentication against a Cisco SIP server.
#
#  TIP: Digest authentication is standardized in `RFC 5090`. However, most implementations
#  do not use that.	Instead, they implement the draft
#  as can be seen at `draft-sterman-aaa-sip-01` for more details.
#

#
#  == Configuration Settings
#
#  This module takes no configuration.
#
digest {

}
