wodXMPP is a software client that enables creation of messaging clients using XMPP or Jabber protocol.

Your contacts are called 'Contacts' and are provided through XMPPContact objects. This enables you to add them to your contact list and to send authorization requests and messages. Messages are created in separate XMPPMessage objects where you can set up all the details of the messages. There are many objects in the wodXMPP component that parse incoming data to separate standalone entities that you can easily use and manipulate in your code.
Sending and receiving messages on wodXMPP is also easy. You can send a message in just one line using the SendText method. If you need to construct more complicated messages, you can initialize the included XMPPMessage object and supply a few properties. Then, simply call the SendMessage method to deliver it to your contact.
wodXMPP also supports connecting to other instant messaging protocols such as ICQ, MSN, AIM, Yahoo, GTalk, and more if your server provides it. You can feel safe with wodXMPP because no one can see your messages as it uses SSL. Both Explicit and Implicit modes are provided, so you can connect to regular port 5222 and "fire up armor," or you can connect to port 443 to services that have SSL enabled. Overall, the wodXMPP software is a great tool for instant messaging and presence protocols.
Version 1.5.6:
1.5.6 January 15, 2018
Updated OpenSSL to 1.0.2n
Version 1.5.5:
1.5.1 December 12, 2012
* Fix in SendFile method that failed with an error with some clients
Version 1.5.3:
1.5.1 December 12, 2012
* Fix in SendFile method that failed with an error with some clients
Version 1.5.1:
1.5.1 December 12, 2012
* Fix in SendFile method that failed with an error with some clients
Version 1.4.3.1:
1.4.3 February 1, 2010
* Improved unicode support in GUI version
* Mouse wheel support in GUI version
Version 1.4.3:
1.4.3 February 1, 2010
* Improved unicode support in GUI version
* Mouse wheel support in GUI version
Version 1.4.2:
1.4.2 January 25, 2009
* Distribution now contains x86 and x64 binaries
Version 1.3.0:
1.3.0 February 22, 2009
* Support for storing and retrieving chat room settings
* XMPPChatRoom GetSettings, SaveSettings methods
* XMPPVar Description property
* XMPPVars Show method
* ChatRoomData event
Version 1.2.7:
1.2.7 February 6, 2009
* wodXMPP will now try to resolve hostname for XMPP service, if one is not provided in Connect method (such as for gmail.com)
Version 1.0.2: N/A