Changeset 767b2d1 for protocols/msn/msn.h
- Timestamp:
- 2015-05-31T02:40:04Z (8 years ago)
- Children:
- 074c9b6
- Parents:
- 2ca933c
- git-author:
- dequis <dx@…> (07-04-15 12:59:51)
- git-committer:
- dequis <dx@…> (31-05-15 02:40:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.h
r2ca933c r767b2d1 32 32 */ 33 33 34 #define MSN_NS_HOST "messenger.hotmail.com" 35 #define MSN_NS_PORT "1863" 34 #define MSN_SSL_HOST "s.gateway.messenger.live.com" 35 #define MSN_SSL_PORT 443 36 37 #define MSN_HTTP_HOST "geo.gateway.messenger.live.com" 38 #define MSN_HTTP_PORT 443 36 39 37 40 /* Some other version. … … 154 157 gboolean is_http; 155 158 struct msn_gw *gw; 159 void *ssl; 156 160 }; 157 161
Note: See TracChangeset
for help on using the changeset viewer.