pidgin/pidgin

ntlm: Move to simple prpl

2017-06-04, Mike Ruprecht
28720be5c477
ntlm: Move to simple prpl

Now that the only user of the remaining ntlm functions is the simple
prpl, it can be moved into the prpl itself. This further simplifies
libpurple and makes it possible to have future third-party encryption
dependencies only in plugins rather than the core.
For information on writing a plugin for Purple, Pidgin or Finch, go
https://developer.pidgin.im and click on API. From there, see the
HOWTOs in the "Related Pages" section.
You can also generate this documentation locally by passing
"--enable-gtk-doc" to ./configure, then running "make" in the source tree.
The documentation will be in the doc/reference/*/html directories.