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/branches/1.4@67993 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2007-06-07 09:00:44 +00:00
parent b58a48d672
commit ff2943dd59
2 changed files with 19 additions and 8 deletions

View File

@@ -24,7 +24,8 @@
#include "asterisk/linkedlists.h"
enum aji_state {
AJI_DISCONNECTED = 0,
AJI_DISCONNECTING,
AJI_DISCONNECTED,
AJI_CONNECTING,
AJI_CONNECTED
};