<!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="#000066">
    Hi there<br>
    <br>
    I'm working on a webinterface (joomla component) for opensim and 
    tried to google, what is the syntax opensim expects for the method
    "RetrieveMessages" to return offline messages. I found so far
    <a class="moz-txt-link-freetext" href="http://forge.opensimulator.org/gf/project/opensimwi/scmsvn/?action=browse&path=%2Ftrunk%2Foffline.php&view=markup&pathrev=52">http://forge.opensimulator.org/gf/project/opensimwi/scmsvn/?action=browse&path=%2Ftrunk%2Foffline.php&view=markup&pathrev=52</a>,
    but it seems that I miss something there.<br>
    <br>
    I hardly can believe that " ... while(list($message) =
    $DbLink->next_record()) echo $message; ... " is enough for
    OpenSim - where is at least the "fromAgentID" or "fromGroup"?<br>
    <br>
    Can somebody explain the proper syntax to me or at least point me to
    a URL where I could read more about it?<br>
    <br>
    Thanks<br>
    FoTo50<br>
    <br>
  </body>
</html>