aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asterisk/jabber.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/asterisk/jabber.h b/include/asterisk/jabber.h
index 117289bce..b1154cf56 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