mumble-voip / mumo

Mumble Moderator framework simplifying development of plugins that connect to Mumble servers via Ice. (handles basic ICE connectivity, contains basic module loading and message multiplexing)
53 stars 29 forks source link

Expose Authenticator callbacks #1

Open mjohnson9 opened 10 years ago

mjohnson9 commented 10 years ago

As the title says, it'd be nice to have the ServerAuthenticator and ServerUpdatingAuthenticator callbacks exposed. This would allow one to implement an authenticator as a Mumo module rather than having to rewrite most of the boilerplate handling Ice disconnects and such.

Unfortunately, at present, it doesn't seem to be possible at all to implement an authenticator within Mumo because the Ice adapter is never exposed.