diff options
author | dequis <dx@dxzone.com.ar> | 2014-12-06 14:58:35 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2014-12-06 14:58:35 -0300 |
commit | bc7a0d46e36a819755ca3f2b38194fb11eca0dd9 (patch) | |
tree | 6c29e31eef8252c8bfdac05f19000b6251131ce7 /protocols/msn/msn.h | |
parent | 7233f68b3d99c447d4f0cd855b179b9079383bb2 (diff) |
msn: configurable notification server host/port
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index eb5f7dd8..cb50c6c2 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -45,7 +45,7 @@ */ #define MSN_NS_HOST "messenger.hotmail.com" -#define MSN_NS_PORT 1863 +#define MSN_NS_PORT "1863" /* Some other version. #define MSNP11_PROD_KEY "O4BG@C7BWLYQX?5G" |