wodXMPP ActiveX component

XMPP component, Jabber (ICQ MSN AIM Yahoo GTalk) instant messaging component


Download

Try it out for 30 days.

Get updates

Already bought wodXMPP? Get latest update here.

Description

Go back to product description.

wodXMPP ActiveX Component and COM object
-------------------------------------------


1.5.6 January 15, 2018
* Updated OpenSSL to 1.0.2n

1.5.5 February 21, 2016
* Fix to support Tigase XMPP server

1.5.4 November 23, 2015
* New property Message.Time

1.5.3 June 27, 2015
* ContactList parsing is now much faster for large number of received contacts

1.5.2 April 6, 2013
* SendChat method

1.5.1 December 12, 2012
* Fix in SendFile method that failed with an error with some clients

1.5.0 June 12, 2012
* New property in File object, RemoteIP and RemotePort

1.4.9 May 16, 2012
* Fix in service unregister that failed to remove the service from roster

1.4.8 April 30, 2012
* Fix in unescaping of received XML that could cause double unescape of ", 
	&apos, < and >

1.4.7 January 8, 2012
* Support for MSN Live XMPP interface, through X-MESSENGER-OAUTH2 authentication

1.4.6 August 19, 2011
* Fix for gmail XML support

1.4.5 August 11, 2011
* Anonymous authentication support

1.4.4 June 5, 2011
* Fix in ServeFile method that returned empty XMPPFile object

1.4.3 February 1, 2010
* Improved unicode support in GUI version
* Mouse wheel support in GUI version

1.4.2 January 25, 2010
* Distribution now contains x86 and x64 binaries

1.4.1 December 17, 2009
* Service Unregister is now fixed so it unregisters proper service
	(JID was wrong while unregistering)

1.4.0 September 11, 2009
* Binaries are from now on recompiled in VS 2008

1.3.5 August 16, 2009
* New property UseUPnP
* New method Parse
* Improved unicode support in Search method

1.3.4 July 2, 2009
* Improved handling of chatroom users
* Chat rooms are now not case sensitive anymore

1.3.3 June 12, 2009
* Vcard receive fix with gmail

1.3.2 May 5, 2009
* Improved handling of unicode text in messages

1.3.1 March 22, 2009
* Search capability
* ServicesFiltered property, ContactSearchDone event
* XMPPVar.SubCount, XMPPVar.SubValue

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

1.2.8 February 14, 2009
* New properties CombineResources, ShowMyself and Notify method
* You can now decide if multiple logins of same JID will be shown
	as one contact, or as different contacts (using
	CombineResources property)

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)

1.2.6 December 27, 2008
* Private data storage support (XEP-0048 and XEP-0049) with properties
	LoadPrivateData and SavePrivateData (and PrivateData event)

1.2.5 December 10, 2008
* Proxy support
* You are no longer shown on your own contact list

1.2.4 September 29, 2008
* Random number initialization replaced with MS CryptoAPI implementation. 
	This will fix 'freeze of first run' problem.

1.2.3 June 11, 2008
* New event UnhandledIQ which allow you to implement features not
	internally supported by wodXMPP
* Add XMPPTag and XMPPTags that contain parsed XML data in UnhandledIQ
	event
* Improved parsing of HTML messages

1.2.2 June 2, 2008
* Improved file transfer support
* Integrated file hosting through HTTP protocol and ServeFile method

1.2.1 May 27, 2008
* Support for file transfers 
	(SendFile method, XMPPFile object, FileTransferStart event...)

1.1.4 May 13, 2008
* NTLM authentication support, with or without provided password

1.1.3 March 29, 2008
* Fix in Unsubscribe method failed with Openfire server

1.1.2 March 9, 2008
* GUI improvements

1.0.5 March 3, 2008
* VCard fixes, where Work and Home details were sometimes mixed 

1.0.4 January 17, 2008
* Error event

1.0.3 January 15, 2008
* Chat rooms improvements

1.0.2 January 9, 2008
* Fix in GMAIL authentication
* Fix in GUI version crash on second connect attempt

1.0.1 January 7, 2008
* Initial release