Thank you for the suggestion. I've looked around for a way to talk to an LDAP directory other than the C API. I haven't found anything other than OpenDirectory which is only in Snow Leopard, and I don't want to make the plugin dependent on 10.6 unless I have to.
The Address Book API lets you search the local address book, but I don't see a way to query LDAP with it. Jon On Wed, Sep 23, 2009 at 11:00 AM, Christopher Forsythe <[email protected]>wrote: > If I remember right, address book has ldap searching functionality. Have > you looked into that as an option? > > Chris > > > On Wed, Sep 23, 2009 at 12:31 PM, Jon Snyder <[email protected]> wrote: > >> Additionally, I have discovered that I don't have this issue if the >> account that connects is MSN or AIM, but I do if it's Jabber/GTalk. >> >> >> On Mon, Sep 21, 2009 at 4:29 PM, Jon Snyder <[email protected]> wrote: >> >>> Crashlog attached. >>> >>> I'll be upgrading to Snow Leopard soon and will turn on static analysis >>> when I can run Xcode 3.2. >>> >>> Thanks, >>> >>> Jon >>> >>> >>> On Mon, Sep 21, 2009 at 3:56 PM, Peter Hosey <[email protected]> wrote: >>> >>>> On Sep 21, 2009, at 13:44:40, Jon Snyder wrote: >>>> >>>>> Despite thoroughly checking to make sure I'm cleaning up properly, >>>>> after I've used the LDAP API, the next time an account connects in Adium, >>>>> Adium crashes. >>>>> >>>> >>>> Please attach a crash log. >>>> >>>> Also, be sure to turn on the “Run Static Analyzer” option for your >>>> plug-in target, then clean and build. If it finds any bugs, fix them, as >>>> one >>>> or more of them may be the cause of your crash. >>>> >>>> >>>> >>> >> >
