Re: Howto get contact personal data from a Plugin ?

"Peter Millard" <me-STcBuFROdrv2eFz/[email protected]> Tue, 21 Feb 2006 08:54:47 -0700
Newsgroups gmane.network.jabber.exodus.devel
Message-ID <002f01c636ff$24394050$e201020a@pmillard2k>
 wrote:
> Hi All, as the subject says, I'd like to get some personal data of my
> contacts from a Plugin, let say that my Plugin needs to know the published
> address of my contacts. My problems is that I can't find any property or
> method returning that kind of information.
>
> Any tips ?

Not sure what you mean by "published address of my contacts". Most of the
internal info that exodus has is accessable by using the methods on
IExodusController which is passed into the Startup method for your plugin. Using
this object, you can access the roster, ppdb, preferences, etc. Check the Plugin
API docs
(http://exodus.jabberstudio.org/plugin-docs/interfaceExodusCOM_1_1IExodusControl
ler.html) for lots more information.

pgm.