aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_jabber.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_jabber.c')
-rw-r--r--res/res_jabber.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_jabber.c b/res/res_jabber.c
index 70357c977..29671e917 100644
--- a/res/res_jabber.c
+++ b/res/res_jabber.c
@@ -2379,6 +2379,7 @@ static int unload_module(void)
{
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);