Monday, November 08, 2010 at 12:06 AM.
system.verbs.builtins.tcp.im.builtinDrivers.jabber.code.idTables.getAdr
on getAdr ( id ) {
<<Changes
<<5/14/02; 1:51:34 PM by JB
<<Changelog created.
<<If the id points to a valid id table, return the address of the table, otherwise, return "".
if typeOf ( id ) == addressType {
return id};
if defined ( system.temp.jabber.idTables[id] ) {
return @system.temp.jabber.idTables[id]}
else {
return ""}}
This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.