summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-06-06 18:51:37 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-06-06 18:51:37 +0000
commitc04e4bd3806815514019ffc8ac2bbcc8b5a992fe (patch)
treefb2fd39adf8f721f71dcb4804ac00f0a1747240a /include
parentc7dbc3c166ed9a913128b44d2fd824d721df0892 (diff)
allow presence events to be handled before the
roster is received. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32654 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/jabber.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asterisk/jabber.h b/include/asterisk/jabber.h
index c67f324b5..ad76f5487 100644
--- a/include/asterisk/jabber.h
+++ b/include/asterisk/jabber.h
@@ -25,7 +25,6 @@
enum aji_state {
AJI_DISCONNECTED=0,
AJI_CONNECTING,
- AJI_ALMOST,
AJI_CONNECTED
};