mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 09:46:22 +00:00
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:
@@ -24,7 +24,8 @@
|
||||
#include "asterisk/linkedlists.h"
|
||||
|
||||
enum aji_state {
|
||||
AJI_DISCONNECTED = 0,
|
||||
AJI_DISCONNECTING,
|
||||
AJI_DISCONNECTED,
|
||||
AJI_CONNECTING,
|
||||
AJI_CONNECTED
|
||||
};
|
||||
|
Reference in New Issue
Block a user