[asterisk-commits] file: branch 1.4 r45694 -
/branches/1.4/res/res_jabber.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Oct 19 10:24:40 MST 2006
Author: file
Date: Thu Oct 19 12:24:40 2006
New Revision: 45694
URL: http://svn.digium.com/view/asterisk?rev=45694&view=rev
Log:
Let's remember to unregister JabberStatus too (issue #8184 reported by jmls)
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?rev=45694&r1=45693&r2=45694&view=diff
==============================================================================
--- branches/1.4/res/res_jabber.c (original)
+++ branches/1.4/res/res_jabber.c Thu Oct 19 12:24:40 2006
@@ -2379,6 +2379,7 @@
{
ast_cli_unregister_multiple(aji_cli, sizeof(aji_cli) / sizeof(struct ast_cli_entry));
ast_unregister_application(app_ajisend);
+ ast_unregister_application(app_ajistatus);
ast_manager_unregister("JabberSend");
ASTOBJ_CONTAINER_TRAVERSE(&clients, 1, {
ASTOBJ_RDLOCK(iterator);
More information about the asterisk-commits
mailing list