Introduction
Status of the library
Clients using this library
Download
Changelog
Introduction
Welcome to the MXP library homepage.
The MXP library implements the parser for the MUD eXtension protocol.
This protocol aims to provide a better experience for MUD players.
For more information, have a look at the
MXP documentation.
/ Tomas Mecir
Status of the library
Most features of the MXP protocol are already implemented in the library.
The following MXP features are not implemented (yet?):
- Response for the <VERSION> tag doesn't support sending
of STYLE and REGISTERED information
- QUIET parameter for the <RELOCATE> tag is not supported;
also, <RELOCATE> does not have a closing tag in this
implementation
- <SUPPORT> with parameters is not supported
Some of these features might be implemented in the future
(if I see the need for them).
Clients using this library:
- My client, KMuddy, supports
MXP using this library since version 0.7pre2.
- The MudMagic client supports MXP since version 1.7.
- WinTin.net supports MXP since version 1.08
Clients planning to use this library
If you plan to implement MXP in your client using this library,
please let me know and I will add you to this list.
Download
Version 0.2.4 - latest version
Source tarball
Java port of libMXP - this version has been contributed by Slothmud - a multiplayer free online rpg game
Binary packages (version 0.2.2)
Binary RPM
Binary devel RPM
x64 binary RPM
x64 binary devel RPM
Source RPM
Debian package
Debian devel package
Version 0.2.4 (November 28, 2009):
- Fixed a problem with custom element expansion if parameters include spaces
- ANSI seqneuces are properly stripped from SEND links now
Version 0.2.3 (October 31, 2009):
- Fixed some compiling issues
- Switched buildsystem to cmake
Version 0.2.2 (June 16, 2005):
- Fixed some issues with compiling ANSI C apps using the library
- Some bugfixes
Version 0.2 (July 22, 2004):
- The "set xxx" flag is now supported
- Some bugfixes
Version 0.1 (May 21, 2004):