I am pleased to announce the first release of MatriX for Microsoft Silverlight. MatriX is a XMPP library for Microsoft Silverlight web development written in c#. Currently MatriX supports the XMPP core. I am working hard on adding many new features and XEPs. You can expect some updates with new features in the next weeks. [...]
Category Archives: dotNet
Silverlight updates
Posted by gnauck on January 17, 2009
6 comments
I was working a lot on the Silverlight version since the 1st announcement. You can expect the release very soon. What happened: I renamed the project from agsXMPP2 to MatriX. The core of the Silverlight library works also under .NET, Compact Framework and Mono. Future versions of agsXMPP will use this core as well and [...]
SRV meets LINQ
Posted by gnauck on March 22, 2008
4 comments
LINQ (Language Integrated Query) is really amazing. Today I rewrote a function which picks the correct SRV-Record according to the priority and weight for XMPP client and server connections. The old code without comments were 63 lines. The new code is about 12 lines and much easier to read IMHO. But take a look at [...]
