<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Kel Cecil wrote:
<blockquote cite="mid:479CF63B.70006@praisechaos.com" type="cite">
  <pre wrap="">Hello.  I'm a student taking an Open Source Development class at West 
Virginia University Institute of Technology.  As part of the class, 
we've been asked to make a contribution to the OpenSim project.  After 
reading the lists of requested functions for OSSL and talking to a 
developer in the IRC channel, I've decided that I would like to add the 
XMPP support.

Before I start, I wanted to see if any developers would like to offer 
thoughts, insight or ideas?
  </pre>
</blockquote>
excellent idea ;-) (/me is using XMPP with libsl currently). some
thoughts:<br>
<ul>
  <li>it would be very useful to have the individual servers show up
with individual JIDs.<br>
  </li>
  <li>access control via roster for each server</li>
  <ul>
    <li>send log messages to those JIDs that are in the roster and are
online</li>
    <li>accept commands from all JIDs that are in the roster</li>
  </ul>
  <li>logging exclusively via XMPP</li>
</ul>
the above points assume that you are going to use the normal
jabber:client subset of XMPP --- which allows us to use normal jabber
clients. <br>
<br>
you could also look into using XMPP for the remote admin interface:
instead of XMLRPC use IQ.<br>
<br>
a useful XMPP lib for C# is agsXMPP --- it under GPL, so, i'm not sure
how acceptable that is to the OpenSim community?<br>
<br>
    cheers,<br>
    dirk<br>
<br>
<pre class="moz-signature" cols="72">-- 
dr dirk husemann, pervasive computing, ibm zurich research lab
--- <a class="moz-txt-link-abbreviated" href="mailto:hud@zurich.ibm.com">hud@zurich.ibm.com</a> --- +41 44 724 8573 --- SL: dr scofield
</pre>
</body>
</html>