aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/jabber.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-07 09:21:29 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-07 09:21:29 +0000
commit45626eac473a524d75828e92fc2aeb1b7a50fed9 (patch)
treeb30f016bf29e2240217fb0d2e7e2b53f045303d1 /include/asterisk/jabber.h
parentcc8346bf4235cf0e9462219b555df371f460cfb5 (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: http://svn.digium.com/svn/asterisk/trunk@68026 f38db490-d61c-443f-a65b-d21fe96a405b
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
};