<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
dirk husemann wrote:
<blockquote cite="mid:479DB841.8080507@zurich.ibm.com" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
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>
</blockquote>
actually this would use XMPP instead of the consoles (which are a pain
to use, i've to say)<br>
<br>
the other approach, of course, is using XMPP for the chat subsystem.
there you'd probably have to make XMPP an XMPP server --- agsXMPP might
be helpful there as well:<br>
<ul>
  <li>JID: firstname.lastname@userserver</li>
  <li>roster == friends</li>
</ul>
also, allowing login from jabber client would be useful --- that way
you could control your avatar from a jabber client (and use commands
like "/teleport to Core Dump/127/45/32" and similar). if you assign
lower prio to the external jabber presence, you could even have both
external jabber client online and the avatar via secondlife client
online :-)<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>