Instant Messaging

  • Thread starter Thread starter Ann Marinas
  • Start date Start date
A

Ann Marinas

Hi all!

I would like to seek some information regarding instant messaging in .NET...

I am currently in the process of creating a web application that would
involve real-time messaging, and I have no idea on where I could start.

I would really appreciate the help!

Thanks!

Cheers,
Ann
 
Ann Marinas said:
I would like to seek some information regarding instant messaging in
.NET...

Coversant offers the SoapBox Framework, which is a full .NET SDK for Instant
Messaging using the IETF approved XMPP standard. The SoapBox Framework
offers full XMPP support, as well as quite a few other features such as
conferencing, security, and configuration options. The Framework also runs
on the .NET Compact Framework, and on Mono.

Information on the Coversant SoapBox framework can be found at:
http://www.coversant.net/portal/DesktopDefault.aspx?tabid=48

There is extensive documentation and samples written in C# and VB.NET.
Samples include a full-features (although 'primitive') client, and specific
samples centered around nearly all key features provided by XMPP.
I am currently in the process of creating a web application that would
involve real-time messaging, and I have no idea on where I could start.

The anwer to that question really depends on what you're looking to do. Are
you trying to connect to the propietary networks and send your friends
message? Are you tyring to build an infrastrcture centered on IM and
Presence? Are you trying to provide secure, federated Instant Messaging to
an orginization?

The answer, depending on what you're looking to do, varies quite a bit....
 
Is it MSN Instant Messenger that you'd like to automate, or are you talking
about message queues?

If the former, check out this Free library:

members.home.nl/b.geertsema/dotMSN/

If the latter, Chris' reccomendation was good....

Ben
 
Back
Top