From 9af51baee72e7b6d2042b2da39c3d9a72437386a Mon Sep 17 00:00:00 2001
From: Olle Johansson <oej@edvina.net>
Date: Thu, 7 Jun 2007 10:06:32 +0000
Subject: [PATCH] Merged revisions 68030 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r68030 | oej | 2007-06-07 12:00:17 +0200 (Thu, 07 Jun 2007) | 2 lines

Adding a few Todo's to res_jabber so we don't forget.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68040 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 8dc3f13058..c6cb1bb829 100644
--- a/res/res_jabber.c
+++ b/res/res_jabber.c
@@ -21,6 +21,11 @@
  * or a component to a jabber compliant server.
  *
  * \extref Iksemel http://iksemel.jabberstudio.org/
+ *
+ * \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
-- 
GitLab