Mercurial > pidgin.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
19996:c9f994a88f5f | 19997:6e93a79b2ae5 |
---|---|
35 #include "prpl.h" | 35 #include "prpl.h" |
36 | 36 |
37 #include "sipmsg.h" | 37 #include "sipmsg.h" |
38 | 38 |
39 #define SIMPLE_BUF_INC 1024 | 39 #define SIMPLE_BUF_INC 1024 |
40 #define SIMPLE_REGISTER_RETRY_MAX 2 | |
41 | |
42 #define SIMPLE_REGISTER_SENT 1 | |
43 #define SIMPLE_REGISTER_RETRY 2 | |
44 #define SIMPLE_REGISTER_COMPLETE 3 | |
40 | 45 |
41 struct sip_dialog { | 46 struct sip_dialog { |
42 gchar *ourtag; | 47 gchar *ourtag; |
43 gchar *theirtag; | 48 gchar *theirtag; |
44 gchar *callid; | 49 gchar *callid; |