Here is what is going to keep me busy with Jabber/XMPP Tools. Since the library should be a lightweight module integratable into non-IM software (this is the main goal with it currently), no full XMPP functionality is expected, only reasonable features for non-IM software, especially server side. The first goal is to be able to [...]
Archive for the ‘Jabber/XMPP’ Category
General Information About Jabber/XMPP Tools Update As planned recently, Jabber/XMPP Tools library was updated to support TLS secure connections, among other reasons required by Google Talk. The library contains interoperable connection COM objects for TCP and TLS on top of TCP network connections. Additionally, new properties added to Authentication and Message objects to support authentication [...]
Jabber/XMPP Tools already implement TLS 1.0 secure connections and will be available shortly. TLS is implemented using SChannel API, the ATL helper classes I made for SChannel might also appear here to public. Jabber/XMPP Tools also contain some reusable components such as COM objects for TCP connection, for TLS over TCP connection which implements the [...]
The next important thing with Jabber/XMPP Tools should be support for TLS 1.0 connections, mandatory for Google Talk (based on/compatible with Jabber/XMPP). TLS support will be based on Windows SChannel API.
Summary Alax.Info Jabber/XMPP Tools is a beginning of a Jabber/XMPP compatible set of automation objects (COM/OLE). The module is started as a simplest Jabber client to be used to send message into Jabber/XMPP network. Initially the module provides three objects: Connection, a TCP socket connection pump conectable to remote Jabber/XMPP server; Authentication, an object which [...]
