pidgin/pidgin

d3117aac63b3
Add support for server passwords to the IRCv3 protocol plugin

Testing Done:
Used `ngrep` to verify that the `PASS` command was sent when necessary and was not sent when it shouldn't have been.

Reviewed at https://reviews.imfreedom.org/r/2108/
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<schema path="/plugins/state-notify/" id="im.pidgin.Purple.plugin.StateNotify">
<key name="notify-away" type="b">
<default>true</default>
<summary>Notify on away</summary>
<description>
Notify when buddy goes away.
</description>
</key>
<key name="notify-idle" type="b">
<default>true</default>
<summary>Notify on idle</summary>
<description>
Notify when buddy goes idle.
</description>
</key>
<key name="notify-signon" type="b">
<default>true</default>
<summary>Notify on sign on/off</summary>
<description>
Notify when buddy signs on/off.
</description>
</key>
</schema>
</schemalist>