Click here to Skip to main content
Licence CPOL
First Posted 12 Aug 2004
Views 66,905
Downloads 2,315
Bookmarked 30 times

Creating a Managed Automated Information Agent (mBot)

By RTC-LCS-Developer | 12 Aug 2004
mBot manages multiple RTC Client objects and exposes interfaces to them via .NET Remoting and .NET Web Services so that they can be managed and used remotely by other .NET applications or by entirely different platforms such as a Java J2EE/SOAP application like Jabber IM running on Linux or Windows.
1 vote, 14.3%
1
1 vote, 14.3%
2

3
2 votes, 28.6%
4
3 votes, 42.9%
5
3.71/5 - 7 votes
μ 3.71, σa 2.81 [?]
Sample Image - Managed_RTC_LCS_Bot.gif

Introduction

In his article “Implementing Automated Agents (Bots) using the RTC Client API[1],” Robert Osborne [Microsoft] provides a reasonable starting place for framing an automated information agent, or instant messaging (IM) bot. This article is also about bots, but takes a very different approach by utilizing Microsoft’s modern .NET technologies to enable a bot infrastructure with C#, .NET Remoting Services, and Web Services. Moreover, the significant limitations of the RTC Client 1.2 API’s STA threading model are treated, making the infrastructure code for the bot much cleaner and better prepared to adapt to forthcoming collaboration APIs, such as those found in Longhorn.

The figure above provides an aerial view of what this article sets out to do: Craft a facility, called mBot, that will manage multiple RTC Client objects and expose interfaces to them via .NET Remoting and .NET Web Services so that they can be managed remotely by other .NET applications or from entirely different instant messaging platforms such as a Java J2EE/SOAP application like Jabber running on Linux or Windows.

This article is more about framing a managed open infrastructure around the RTC Client COM object than it is about the RTC Client COM object itself. The RTC Client COM object is most certainly an essential central messaging component, but it is also one whose COM API we desire to abstract away with .NET Remoting and Web Service methods.

Documentation and Source Code Provided

The two zip files contain .NET C# code (source) and a 60 page PDF file (demo) that thoroughly documents the solution.

[1] "Implementing Automated Agents (Bots) using the RTC Client API"

http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/dnrtcclnt/html/rtc_informationagent.asp

History

  • 12th August, 2004: Initial post

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

RTC-LCS-Developer

Web Developer

United States United States

Member
Michael J. Chase has been presenting communication technology courses for the past twenty years to companies such as AT&T Bell Labs, Avaya, Digital (now HP/Compaq), the Department of Energy ( Los Alamos and Livermore ), IBM, Lucent, StorageTek, Texas Instruments, et al.
 
Mr. Chase has served as the assistant director for the graduate program for Telecommunications at the University of Colorado Boulder where he has also taught telephone systems and computer systems architecture at the graduate level. He as worked at Bell Laboratories and IBM. He has the degrees BSEE (Columbia), MSCS (USC), and an MS Telecommunications (Colorado). Mr. Chase has published in the Microsoft Systems Journal.
 
His current contract work utilizes C#, C++ and Java in client/server applications, embedded telemetry systems, and real-time collaboration systems. Mr. Chase has participated as an inventor in multiple patent applications in the VoIP arena and has served as an expert witness in intellectual property disputes involving patent infringement and licensing issues surrounding telecommunications software. Mr. Chase has created training and education courseware for RTC and LCS 2003 platform developers in a managed .Net environment.


Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralMonitor line from RTC APIs PinmemberMyRitu15:23 7 Nov '07  
GeneralTCP vs TLS Pinmemberchileric12:03 9 May '07  
QuestionCan I use RTC 1.3? Pinmemberchileric12:53 30 Apr '07  
AnswerRe: Can I use RTC 1.3? PinmemberRTC-LCS-Developer9:10 2 May '07  
QuestionProblem on LCS Server [modified] PinmemberTom_Ky0:58 24 Oct '06  
QuestionRe: Problem on LCS Server PinmemberTom_Ky15:48 24 Oct '06  
GeneralProblems running the example PinmemberMARCO PICCC5:21 7 Jul '06  
GeneralRTC Conversation Pinmemberriccardobecker3:42 25 Jun '06  
QuestionRTC over mobile Pinmemberalon.heller23:09 13 May '06  
QuestionHow to set IM's font and color ? Pinmemberxz_king4:41 13 Mar '06  
GeneralJabber Pinmemberarash_11:47 14 Dec '05  
GeneralIt's helpful to me . Pinmemberxz_king21:11 7 Nov '05  
GeneralRTC audio stream Pinmemberserup5:59 27 Oct '05  
GeneralSame Old error PinmemberAnandakumar Thangaraju1:19 29 Nov '04  
GeneralRe: Same Old error PinmemberRTC-LCS-Developer7:50 1 Dec '04  
GeneralRe: Same Old error PinmemberAnandakumar Thangaraju1:32 2 Dec '04  
GeneralRe: Jabber is not Java PinmemberRTC-LCS-Developer13:19 17 Aug '04  
Try a Google search on: Java+Jabber
 
http://www.google.com/search?hl=en&ie=UTF-8&q=java+jabber
 
or, for example, look at:
 
http://www.javajabber.net/en/
http://yaja.sourceforge.net/
 
Java is a language and framework.
Jabber is an instant messaging platform based on XMPP.
 
A Jabber application (client and/or server) can be implemented using Java.
 
I think, however, you are missing the real point of the article.
 
I hope this helps.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.5.120210.1 | Last Updated 13 Aug 2004
Article Copyright 2004 by RTC-LCS-Developer
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid