summaryrefslogtreecommitdiff
path: root/modules/srtp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/srtp')
-rw-r--r--modules/srtp/srtp.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/srtp/srtp.c b/modules/srtp/srtp.c
index cd8fbf6..c0c9c36 100644
--- a/modules/srtp/srtp.c
+++ b/modules/srtp/srtp.c
@@ -8,6 +8,23 @@
#include "sdes.h"
+/**
+ * @defgroup srtp srtp
+ *
+ * Secure Real-time Transport Protocol module
+ *
+ * This module implements media encryption using SRTP and SDES.
+ *
+ * SRTP can be enabled in ~/.baresip/accounts:
+ *
+ \verbatim
+ <sip:user@domain.com>;mediaenc=srtp
+ <sip:user@domain.com>;mediaenc=srtp-mand
+ \endverbatim
+ *
+ */
+
+
#define SRTP_MASTER_KEY_LEN 30