From: Olle Johansson Date: Thu, 7 Jun 2007 10:06:32 +0000 (+0000) Subject: Merged revisions 68030 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~2440 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9af51baee72e7b6d2042b2da39c3d9a72437386a;p=thirdparty%2Fasterisk.git 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 --- 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