On Nov 14, 2007, at 9:32 AM, Anet Ivanova wrote:
Hello,Is it possible to write aux prop plugin in C++ as so? What is needed to be recognized and loaded, except for to have the appropriate function implemented?
You should only need to make sure the *C hooks* that cyrus sasl requires are available as extern "C" {} so sasl can call into your module, then use those "C hooks" to call into your C++ code.