From c683aacfc6037dd422acbf572cee413a9c962151 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Sat, 24 Feb 2007 18:03:17 +0000 Subject: [PATCH] Add some external references git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@56629 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/jabber.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/asterisk/jabber.h b/include/asterisk/jabber.h index 117289bcee..b1154cf566 100644 --- a/include/asterisk/jabber.h +++ b/include/asterisk/jabber.h @@ -29,7 +29,12 @@ * a Jabber client and a component that can connect as a service * to Jabber servers. * - * See + * \section External dependencies + * AJI use the IKSEMEL library found at http://iksemel.jabberstudio.org/ + * To use TLS connections, IKSEMEL depends on the GNUTLS library + * available at http://iksemel.jabberstudio.org/ + * + * \section Files * - res_jabber.c * - jabber.h * - chan_gtalk.c