pidgin/pidgin

zephyr_subscribe_to refactoring

2021-01-14, Arkadiy Illarionov
d036174d9e22
zephyr_subscribe_to refactoring

* Split to `subscribe_to_tzc` and `subscribe_to_zeph02`
* Add member function `subscribe_to` to `zephyr_account` to reduce comparisons
* Remove unused `galaxy` parameter
* Convert `while` to `for` around one of `subscribe_to` calls

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/422/
i18n = import('i18n')
i18n.gettext('pidgin',
args : '--from-code=utf-8',
install : get_option('nls'),
)