Changeset b4e96d6 for protocols/msn/msn.c
- Timestamp:
- 2015-03-15T14:41:48Z (10 years ago)
- Children:
- 89e0c94
- Parents:
- c408298
- git-author:
- dequis <dx@…> (14-03-15 12:00:58)
- git-committer:
- dequis <dx@…> (15-03-15 14:41:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.c
rc408298 rb4e96d6 62 62 63 63 if (!server) { 64 imcb_error(ic, "The msn protocol is disabled in this version because most servers disabled MSNP18 over port 1863."); 65 imcb_error(ic, "If you find a working server, you can change the 'server' setting of this account. Good luck!"); 66 imcb_error(ic, "See also: http://ismsndeadyet.com/"); // shameless plug 67 imc_logout(ic, FALSE); 68 return; 64 server = "geo.gateway.messenger.live.com"; 69 65 } 70 66 … … 79 75 md->domaintree = g_tree_new(msn_domaintree_cmp); 80 76 md->fd = -1; 77 md->is_http = TRUE; 81 78 82 79 msn_connections = g_slist_prepend(msn_connections, ic);
Note: See TracChangeset
for help on using the changeset viewer.