hello here is what i have done with drupal and it is working for 0.6.8/9 and 0.7.0.2 http://github.com/ssm2017/d4os/blob/master/io/d4os_io_services/d4os_io_services_offline_message/d4os_io_services_offline_message.module see line 192 for the function to wrap xml
and here the database queries http://github.com/ssm2017/d4os/blob/master/io/d4os_io_db/d4os_io_db_messages.inc 2010/10/17 FoTo50 <[email protected]>: > Hi there > > 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 > http://forge.opensimulator.org/gf/project/opensimwi/scmsvn/?action=browse&path=%2Ftrunk%2Foffline.php&view=markup&pathrev=52, > but it seems that I miss something there. > > 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"? > > Can somebody explain the proper syntax to me or at least point me to a URL > where I could read more about it? > > Thanks > FoTo50 > > > _______________________________________________ > Opensim-dev mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-dev > > _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
