Linux MSN Messenger Engine (LMME) is a fully asynchronous, and fully multithreaded MSN messenger engine.
| Tags | Communications Chat |
|---|---|
| Licenses | GPL |
| Implementation | C++ |
Recent releases


No changes have been submitted for this release.


Changes: The protocol version has been updated. The currently online before add tab completion bug has been fixed. New protocol support (challenge) has been added. The increment buddies online when still online bug has been fixed. More error code support has been added. A tab completion bug where the cursor position is less than last has been fixed. The non-resetting of a buddy session when a buddy isn't online has been fixed.


Changes: A fix for a bug where users who are online before /login did not get added to tabcompletion cache, new /query and /away commands, and new notification of buddies needing authorization.


Changes: The code base has undergone a major update. The MSN protocol was separated into it's own layer, and a 'transport' protocol was implemented. Tab completion was added (Note: To user logins only), as well as a new command, /help. The messaging scheme has been changed, affecting the way instant messages are handled (multi-lined incoming instant messages are now allowed). Many bugs have been fixed, and the caching of the buddy list was removed for this release.


Changes: Fixes for RL adds while logged in, fixes for /buddy add problems, new TypingUser support, new /buddy add/remove/block features, extra protocol support, a new /who command (limited for now), and a few bugfixes.
- All comments
Recent commentsRe: does anyone experience lmme these days?
I have the same problem. I have as current dispatch server also `messenger.hotmail.com'. I get the next message:
Attempting to log in.
And that's it!
Kind regards,
Ytsen.
does anyone experience lmme these days?
No doubt it's a great work! Many thanks to the author...
But it seems not work now, complaining connection error.
Even if I've corrected the server address to "messenger.hotmail.com" ...
What a pity!Can anyone help me? Thanks.
Re: can not connect ! :-(
Error still occurs after doing that ...
>
> % Error connecting to dispatch server.
> [0x03]
>
>
>
> There's now a patch for this under
> "Patches" on the sourceforge page for
> lmme. Since it's a one line patch, you
> can do it by hand too: search for
> "64.4.13.17" in msnLayerModule.C, and
> change it to "messenger.hotmail.com".
Re: help me
The IP address of the MSN dispatch server changed.
Edit src/msnLayerModule.C, line 998:
Old:
Return = Add_Connection("64.4.13.17", 1863, 0);
New:
Return = Add_Connection("207.46.104.20", 1863, 0);
>
> %
> % % my lmme doesn't login ... something
> % is
> % % incorrect ... please help me ...
> % %
> %
> %
> % I think the MSN network was changes,
> % because since december this client
> % output
> %
> % > Attempting to log in.
>
> %
>
> %
>
> %
> % Error connecting to dispatch server.
> % [0x04]
> %
> % :)
>
>
> Same problem here. But can I solve the
> problem myself? Or is someone working on
> that? Pease let me know!!!
>
>
> Ytsen.
>
Re: can not connect ! :-(
> Error connecting to dispatch server. [0x03]
There's now a patch for this under "Patches" on the sourceforge page for lmme. Since it's a one line patch, you can do it by hand too: search for "64.4.13.17" in msnLayerModule.C, and change it to "messenger.hotmail.com".