Posts Tagged ‘Silverlight’

New MatriX versions released

Posted in MatriX, Silverlight, xmpp on March 10th, 2010 by gnauck – Be the first to comment

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.

Download the new releases from here.

MatriX Mobile released

Posted in MatriX, compact framework, dotNet, xmpp on January 4th, 2010 by gnauck – Be the first to comment

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 lots of your code to shorten your development time.

Download Matrix here.

MatriX for Silverlight 1.10 released

Posted in MatriX, Silverlight, dotNet, xmpp on March 28th, 2009 by gnauck – Be the first to comment

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.

Silverlight MUC

Silverlight MUC

You can see the Silverlight MUC client in action here.

MUC for Silverlight

Posted in MatriX, Silverlight, dotNet, xmpp on February 27th, 2009 by gnauck – Be the first to comment

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.

Silverlight MUC

Silverlight MUC

MatriX for Silverlight released

Posted in MatriX, Silverlight, dotNet, xmpp on February 17th, 2009 by gnauck – 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.

Download MatriX here:
http://www.ag-software.de/index.php?page=matrix

look at the demo client here:
http://matrix.ag-software.de

Silverlight updates

Posted in MatriX, Silverlight, agsXMPP, dotNet, xmpp on January 17th, 2009 by gnauck – 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 will benefit from all new cool .NET features like Generics, LINQ, LINQ to Xml and others.
  • BOSH support was added
  • Proxy support was added

You can test the basic Silverlight2 example client here:
http://matrix.ag-software.de

You should be able to connect to any XMPP server on the federated network which needs no SRV lookups. In the next version I will allow you to specify the server hostname on the login page.

All comments and bug reports are welcome.

agsXMPP and Silverlight

Posted in agsXMPP, xmpp on April 19th, 2008 by gnauck – 32 Comments

agsXMPP supports lots of platforms which currently include Windows, Linux (Mono) and Windows-Mobile. And the next version I am currently working on will also support Microsoft Silverlight.

This opens new possibilities to xmpp web development.

I attached a small screenshot which shows agsXMPP for SIlverlight in action. Follow this blog for updates.

Silverlight Demo Client