Donate Share

Linux MSN Messenger Engine by Jonathan

Tracker: Patches

5 Fixed Error Connectiong to dispatch server - ID: 695497
Last Update: Comment added ( jonathanyaniv )

This short patch (or rather a hack) will fix problems
with connecting to the dispatch server.

To apply this patch do the following:

1) download the patch (file msnserv.patch below).

2) cd directory above lmme-0.6.4 (for example if you
have lmme-0.6.4 in /usr/local cd /usr/local)

3) apply patch: patch -p0 <msnserv.patch

This patch basicly changes the IP address of the
dispatch server in msnLayerModule.C file. line 438.

Radek


Radek Mista ( rmista ) - 2003-03-01 07:37

5

Open

None

Nobody/Anonymous

None

None

Public


Comments ( 2 )




Date: 2006-05-05 00:42
Sender: jonathanyanivAccepting Donations

Logged In: YES
user_id=1443966

Thanks for the fix. I will apply it to the next version of LMME


Date: 2003-03-31 12:34
Sender: codswallop

Logged In: YES
user_id=746176

The reason this was a problem in the first place is that it
uses an ip address instead of a hostname. Better would be

Return = Add_Connection("messenger.hotmail.com", 1863, 0);

so that if the ip address is changed again then lmme is not
affected.


Log in to comment.

Attached File ( 1 )

Filename Description Download
msnserv.patch Download

Change ( 1 )

Field Old Value Date By
File Added 43767: msnserv.patch 2003-03-01 07:39 rmista