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
This commit is contained in:
Matt O'Gorman
2006-06-06 18:51:37 +00:00
parent c7dbc3c166
commit c04e4bd380
2 changed files with 36 additions and 18 deletions
-1
View File
@@ -25,7 +25,6 @@
enum aji_state {
AJI_DISCONNECTED=0,
AJI_CONNECTING,
AJI_ALMOST,
AJI_CONNECTED
};