I can't find any documentation about a custom implementation of the buddy list especially the getter/setter method for the BuddyManager in the BuddyStorage interface.
I can't find out if the BuddyManager must be instanciated by myself or I have to use an instance created by the server core.
I read this at the bottom of the buddy list API preview documentation :
It's possible that I'm totally blind but I can't figure out where is this default storage implementation that I need so much!Finally we will provide the source code of our default storage implementation for further reference and for learning how to build your own.
Thank you!
Thomas