aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-07 10:00:17 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-07 10:00:17 +0000
commitd6618ca7a3b91846ffc65297848157aeadd06859 (patch)
tree89f733f593517d33bcc2daf2957dedf34a81d556 /res
parente653feb58191008abff9effad9d6f55a76501dfb (diff)
Adding a few Todo's to res_jabber so we don't forget.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@68030 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_jabber.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/res_jabber.c b/res/res_jabber.c
index 5059484ca..98236e6bc 100644
--- a/res/res_jabber.c
+++ b/res/res_jabber.c
@@ -19,6 +19,11 @@
/*! \file
* \brief A resource for interfacing asterisk directly as a client
* or a component to a jabber compliant server.
+ *
+ * \todo If you unload this module, chan_gtalk/jingle will be dead. How do we handle that?
+ * \todo If you have TLS, you can't unload this module. See bug #9738. This needs to be fixed,
+ * but the bug is in the unmantained Iksemel library
+ *
*/
/*** MODULEINFO