developerWorks  >  Lotus  >  Forums & community  >  IBM Sametime Forum

IBM Sametime Forum

developerWorks




Sametime plugin directory browsing issue.
Jimmy George 02/04/2010 06:14 AM
Applications development 7.5.1 All Platforms


I have developed a sametime BOT to fetch the employee details from names.nsf and display it in sametime. I have also created a sametime plugin which in turn accesses the BOT and displays the results.

The sametime plugin queries the BOT using DirectoryListener, and then getDirectory().queryEntries("BOT name").

It works fine, but if the directory browsing is not enabled on the server, it will fail.

Is there any workaround to this ?

Go back