summaryrefslogtreecommitdiff
path: root/include/asterisk/jabber.h
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-06-07 09:21:29 +0000
committerOlle Johansson <oej@edvina.net>2007-06-07 09:21:29 +0000
commitbce7e353d65636081b5392bc998a0207d2ad46bc (patch)
treeb30f016bf29e2240217fb0d2e7e2b53f045303d1 /include/asterisk/jabber.h
parent6fc3a29660f15dc4f10c9189ebcd6210247a9fc0 (diff)
Merged revisions 67993 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r67993 | oej | 2007-06-07 11:00:44 +0200 (Thu, 07 Jun 2007) | 6 lines Issue #9738 - Make sure we can unload res_jabber. Patch by phsultan - thanks! Due to a bug in the iksemel library, this will not work if you are using GTLS in the connection. That's being investigated. If you figure out a way to handle that without us having to patch iksemel, let us know in the bug report. Thanks. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68026 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/jabber.h')
-rw-r--r--include/asterisk/jabber.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/jabber.h b/include/asterisk/jabber.h
index ee247d3e2..43bb0f545 100644
--- a/include/asterisk/jabber.h
+++ b/include/asterisk/jabber.h
@@ -50,7 +50,8 @@
#include "asterisk/linkedlists.h"
enum aji_state {
- AJI_DISCONNECTED = 0,
+ AJI_DISCONNECTING,
+ AJI_DISCONNECTED,
AJI_CONNECTING,
AJI_CONNECTED
};