From 64b3683dbe646adff0bdba82cb7cfcc17dd1e6b2 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Thu, 7 Jun 2007 10:00:17 +0000 Subject: [PATCH] Adding a few Todo's to res_jabber so we don't forget. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@68030 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_jabber.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/res_jabber.c b/res/res_jabber.c index 5059484ca6..98236e6bcf 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