libpurple/protocols/simple/simple.h

changeset 19991
603d11d2afa7
parent 19859
71d37b57eff2
child 20287
4a25d4144f16
--- a/libpurple/protocols/simple/simple.h	Thu Sep 13 04:32:19 2007 +0000
+++ b/libpurple/protocols/simple/simple.h	Thu Sep 13 21:34:55 2007 +0000
@@ -37,6 +37,11 @@
 #include "sipmsg.h"
 
 #define SIMPLE_BUF_INC 1024
+#define SIMPLE_REGISTER_RETRY_MAX 2
+
+#define SIMPLE_REGISTER_SENT 1
+#define SIMPLE_REGISTER_RETRY 2
+#define SIMPLE_REGISTER_COMPLETE 3
 
 struct sip_dialog {
 	gchar *ourtag;

mercurial