pidgin/pidgin

4b8cc47d05da
jabber: Only attempt to calculate hash for supported hashes

The way I initially ported jabber_caps_client_iqcb() to GChecksum
used G_CHECKSUM_SHA1 as a default hash type. This was to prevent
hash_type from being used uninitialized. However, it was pointed
out that it would probably be better to specifically only hash
when the hash type has been recognized. This patch refactors it
to do so.
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.