Merged revisions 68030 via svnmerge from
authorOlle Johansson <oej@edvina.net>
Thu, 7 Jun 2007 10:06:32 +0000 (10:06 +0000)
committerOlle Johansson <oej@edvina.net>
Thu, 7 Jun 2007 10:06:32 +0000 (10:06 +0000)
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

index 8dc3f13..c6cb1bb 100644 (file)
  * 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