Cleanup deprecated libsoup usage
Review Request #574 — Created March 16, 2021 and submitted
Information | |
---|---|
QuLogic | |
pidgin/pidgin | |
default | |
Reviewers | |
pidgin | |
- Use
soup_session_add_feature_by_type
instead of the option. - Use strings instead of defines for libsoup properties.
The former are deprecated and removed from libsoup 3.
Compile only.