Category Archives: MatriX

MatriX status update

I have not posted any updates for a while, which does not mean that there aren’t any. So what I am working on? There is huge progress in MatriX. Many of our customers are demanding support for special XEPs and other library extensions. So I have been working very close with them implementing many new […]

Windows Phone Mango

Today Microsoft has released the Beta Tools for Mango. Mango delivers many new features to Windows Phone developers. The two features we were waiting for are the following: Background processing Networking / sockets for communications Now you are also able to use sockets instead of BOSH as transport layer on Windows Phone Mango. And your […]

MatriX 1.4 released

I am happy to announce release 1.4 of the MatriX XMPP libraries. There are many minor and major improvements. Here is a small list of changes Silverlight version updated to Silverlight 4.0 added ability in Silverlight to download policies over HTTP instead of sockets (new feature in SL4) try to connect to all hosts in […]

a short MatriX development update

there were no blog posts for a while because I was too very busy with coding. I released MatriX 1.3 for .NET some days ago. This release includes many new features. To name only some of the latest updates: SASL EXTERNAL SASL SCRAM-SHA-1 file tranfer control XPath filering roster versioning ….. Yesterday I successfully compiled […]

XPath support for MatriX

XPath support for my XMPP libraries was on my TODO list for a long time. Because agsXMPP is using its own DOM implementation I wasn’t able to use standard XPath libraries. Writing a custom XPath implementation is quite a challenge, and using System.Xml’s XPath functions would require 2 different DOMs and parsing the Xml twice, […]

New MatriX versions released

I am pleased to announce a new MatriX releases. All 3 MatriX editions were updated to 1.2.1.0 and are in sync with the version number now. This release includes also the first version of the MatriX developer guide with many code examples. I will add continuous more content, code snippets and examples to this guide. […]

Silverlight XMPP setup guide for MatriX

It looks like many developers have problems to setup and debug Silverlight applications with MatriX. There are different ways to setup a XMPP connection with MatriX direct socket connection on a port within the Silverlight port range direct connection over a HTTP proxy with the CONNECT command (HTTP tunneling) BOSH connection Silverlight has different network […]

MatriX Mobile released

I am pleased to announce the availability of MatriX Mobile for the .NET Compact Framework. This is the 3rd product in the MatriX series. Now MatriX is available for all major .NET platforms. full .NET Framework .NET Compact Framework Silverlight This allows you to use one API for Desktop, Mobile and Web Development and reuse […]

MatriX for .NET released

I am pleased to announce the availability of MatriX for the full .NET Framework. This is the second product in the MatriX series. The next step now is MatriX mobile for the .NET Compact Framework which I expect to be released Jan 2010. This will allow you to use one API for Desktop, Mobile and […]

MatriX for Silverlight 1.10 released

I am happy to announce MatriX for Silverlight 1.10. New additions in this version are: Multi User Chat Vcard Avatars many other small improvements Here you can see a screenshot of the Silverlight MUC client with avatars. You can see the Silverlight MUC client in action here.