wodXMPP - Version 1.4.3 Basic information about wodXMPPYou can use wodXMPP as instant messaging and presenceprotocol - you can see your contacts online, send andreceive messages with them, send and receivenotifications, etc.There are two variations of wodXMPP -1. COM Object which is invisible and should be used"under the hood" in your applications2. OCX Control which has GUI (as seen on the right sideof this page). Each contact is drawn by wodXMPP itselfso you don't need to create your own code to showcontacts on the screen. No code is required to havevisible contact list on the screen.Interface definitionMain wodXMPP object is responsible for you as an entityon the Jabber network. You can find here methods toconnect and disconnect, to set your JID, password, etc..Your buddies are called 'Contacts' and are providedthrough XMPPContact object. Here you can add them toyour contact list, send authorization requests, sendmessages... Messages are created in separateXMPPMessage objects where you can set up all details ofmessages.There are dozen of objects in wodXMPP component thatparse incoming data to separate standalone entitieswhich you can easily use and manipulate in your code. Sending and receiving messagesIt is easy to send message with wodXMPP - you can do itfrom one line using SendText method. If you need toconstruct more complicated messages, you can initializeincluded XMPPMessage object, supply few properties, andthen call SendMessage method to deliver it to your contact. Connecting to other protocolswodXMPP supports (if your server provides it)connecting to other instant messaging protocols - suchas ICQ, MSN, AIM, Yahoo, GTalk etc.. SSL SecurityYou can feel safe with wodXMPP - no one will seemessages you send because wodXMPP uses SSL. BothExplicit and Implicit modes are provided, so you canconnect to regular port 5222 and then "fire up armor",or you can connect to port 443 to services that haveSSL enabled.