aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_jabber.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-07 10:06:32 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-07 10:06:32 +0000
commite79a928ecf02b891dd2c871f0cf0062c875e64b4 (patch)
tree15851ff8c0bae94e5662d61484bc59ecdd14f5c3 /res/res_jabber.c
parentcfea76b8812df4c42908894c77e6f1023c03e74b (diff)
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: http://svn.digium.com/svn/asterisk/trunk@68040 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_jabber.c')
-rw-r--r--res/res_jabber.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/res_jabber.c b/res/res_jabber.c
index 8dc3f1305..c6cb1bb82 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