分享

AG-SoftwareMatriX XMPP SDK ? AG-Software

 icecity1306 2015-05-08

MatriX is a SDK / library for the eXtensible Messaging and Presence Protocol (XMPP, also known as Jabber) written in managed C# dedicated to .NET and Silverlight technologies.

MatriX is available for the full .NET Framework, .NET Compact Framework and Silverlight. This allows you to reuse all your existing code on all major .NET platforms.

Here is a small example how easy you can login to a XMPP server and send a simple chat-message to another user in only 3 lines of code:

1
2
3
4
// basic send message example
var xmppClient = new XmppClient {XmppDomain = 'jabber.org', Username = 'user1', Password = 'secret'};
xmppClient.OnRosterEnd += delegate {xmppClient.Send(new Message {To = 'user2@jabber.org', Type = MessageType.chat, Body = 'Hello World'});};
xmppClient.Open();

Trial version

Silverlight demos

You can see MatriX for Silverlight in action here:

Silverlight 2.0 or higher is required to launch the applications.

Features:

  • fully compatible with RFC 3920, 3921, 6120, 6121
  • cross platform, designed for:
    • Microsoft .NET Framework
    • Microsoft .NET Compact Framework (Pocket PC, Smartphone, Windows CE)
    • Silverlight
    • Windows Phone
    • Mono and Unity
    • Mono for Android and MonoTouch
  • Multi OS (Windows, Linux, Mac…)
  • for client, server and web applications
  • fast and lightweight
  • easy to use

XMPP Features:

  • Encryption (TLS)
  • SASL
    • PLAIN
    • DIGEST-MD5
    • NTLM
    • GSSAPI
    • EXTERNAL
    • SCRAM-SHA1
    • Google X-Token
    • X-FACEBOOK-PLATFORM
    • X-MESSENGER-OAUTH2 (Microsoft OAuth)
    • X-OAUTH2 (Google OAuth2)
    • CISCO-VTG-TOKEN
  • Roster
  • Presence
  • Message
  • Single Sign On (SSO, NTLM, GSSAPI, Kerberos)

Supported XMPP extensions

XEP numberprotocol name
XEP-0004Data Forms
XEP-0009Jabber-RPC (XML-RPC)
XEP-0012Last Activity
XEP-0030Service Discovery
XEP-0033Extended Stanza Addressing
XEP-0045Multi-User Chat
XEP-0047In-Band Bytestreams
XEP-0048Bookmarks
XEP-0049Private XML Storage
XEP-0052File Transfer
XEP-0054vcard-temp
XEP-0055Jabber Search
XEP-0059Result Set Management
XEP-0060Publish Subscribe
XEP-0066Out of Band Data
XEP-0071XHTML-IM (formatted messages)
XEP-0078Non-SASL Authentication
XEP-0079Advanced Message Processing
XEP-0080User Location
XEP-0085Chat State Notifications
XEP-0092 Software Version
XEP-0096SI File Transfer
XEP-0100Gateway Interaction
XEP-0107User Mood
XEP-0114Jabber Component Protocol
XEP-0115Entity Capabilities
XEP-0118User Tune
XEP-0124BOSH
XEP-0136Message Archiving
XEP-0138Stream Compression
XEP-0144Roster Item Exchange
XEP-0166Jingle
XEP-0167Jingle RTP Sessions
XEP-0172User Nickname
XEP-0176Jingle ICE-UDP Transport Method
XEP-0177Jingle Raw UDP Transport Method
XEP-0184Message Delivery Receipts
XEP-0191Blocking Command
XEP-0199XMPP Ping
XEP-0224Attention
XEP-0237Roster Versioning
XEP-0249Direct MUC Invitations
XEP-0258Security Labels
… and more …

Due to restrictions of different .NET Runtimes and OS platforms the features listed here can vary in different MatriX editions.

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多