Mercurial > pidgin
diff libpurple/protocols/simple/simple.h @ 19997:6e93a79b2ae5
Fixes #3051 Patch from Will Hawkins to clean up SIMPLE login and registration
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Thu, 13 Sep 2007 21:34:55 +0000 |
| parents | 44b4e8bd759b |
| children | 61a87e02da29 |
line wrap: on
line diff
--- 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;
