diff options
author | dequis <dx@dxzone.com.ar> | 2015-03-19 13:02:31 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-04-10 14:10:41 -0300 |
commit | e59eec03bee8bb7df76f1a323f0f404754dff8ca (patch) | |
tree | 88bf4a473c68d2b7d9608d1ddb214884a5a32daf /protocols/msn/msn.h | |
parent | cd5fdcf1b6b3ee4e5072e6332b6b8ef83dd5b2b3 (diff) |
msn: switch to long polling http
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index cdc459f5..ba7e4247 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -140,6 +140,7 @@ struct msn_gw { gboolean open; gboolean waiting; + gboolean polling; }; struct msn_data { |