Category Archives: Silverlight
MatriX 1.4 released
Posted by gnauck on March 25, 2011
2 comments
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
Posted by gnauck on August 4, 2010
2 comments
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 […]
New MatriX versions released
Posted by gnauck on March 10, 2010
0 comments
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
Posted by gnauck on January 29, 2010
2 comments
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 […]
Silverlight 3.0
Posted by gnauck on April 1, 2009
2 comments
Silverlight 3 has been announced at MIX09 for late summer this year. According to Microsoft the Silverlight browser plugin is installed on 300 millions machines, Adobe Flash on 950 million machines. So Silverlight catches up here very fast. Silverlight adoption has the potential to happen very fast because of the following reasons: There is a […]
MatriX for Silverlight 1.10 released
Posted by gnauck on March 28, 2009
0 comments
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.
MUC for Silverlight
Posted by gnauck on February 27, 2009
0 comments
in the last days I was working on MUC extensions for MatriX. If you have the Silverlight Browser plugin installed you can test the Silverlight MUC client here. I will add more MUC features to MatriX and the client, and make a new release of MatriX soon.
MatriX for Silverlight released
Posted by gnauck on February 17, 2009
4 comments
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. […]
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 […]