Freitag, 24. März 2006

freie .NET Messenger Bibliothek

Dominick Baier wiess mich heute auf eine sehr interessante Bibliothek hin. DotMSN ist eine Bibliothek, welche Funktionen von MSN implementiert. Da sie aber Socket-basierend ist, wird der Messenger selbst nicht benötigt.
Durch diese Bibliothek ergeben sich ganz interessante Möglichkeiten, wie z.B. ein Healthmonitoring, eigene Admin Consolen....

Hier eine Liste der unterstützten Funktionen:

  • Connecting / disconnecting with the MSN Messenger service
  • Setting presence status
  • Event-based design to notify contact presence status changes
  • Personal data of a contact
  • Owner profile details
  • Automatically synchronizes contact lists and keeps contactlist data up to date
  • Creating and changing contactgroups
  • Convenient enumerating through contacts in different lists
  • Request or receive conversations
  • Multiple users in one conversation
  • Sending and receiving decorated text messages
  • Sending typing messages
  • Privacy settings of the contactlist owner
  • Hotmail mailbox status
  • Notifications of new mail
  • Flexible tracing of warnings and errors
  • File transfers
  • User display images
  • Proxy support and custom servers
  • P2P framework support
  • Custom extendable DotMSN framework
  • MSNP9 protocol
  • Source code provided

Auf jeden Fall einen Blick wert.