[asterisk-commits] oej: branch 1.4 r68030 -
/branches/1.4/res/res_jabber.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Jun 7 03:00:18 MST 2007
Author: oej
Date: Thu Jun 7 05:00:17 2007
New Revision: 68030
URL: http://svn.digium.com/view/asterisk?view=rev&rev=68030
Log:
Adding a few Todo's to res_jabber so we don't forget.
Modified:
branches/1.4/res/res_jabber.c
Modified: branches/1.4/res/res_jabber.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/res/res_jabber.c?view=diff&rev=68030&r1=68029&r2=68030
==============================================================================
--- branches/1.4/res/res_jabber.c (original)
+++ branches/1.4/res/res_jabber.c Thu Jun 7 05:00:17 2007
@@ -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
More information about the asterisk-commits
mailing list