diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 21:46:16 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 21:46:16 +0200 |
commit | 2df2a989af3296b1d6c7bc829ad3139e290ee474 (patch) | |
tree | f2c354c257b17c53caaad79bce050c4cea1a6c86 /doc | |
parent | 4a800b311f5dfde74956edb29dee99998ba1ced1 (diff) | |
download | mpd-2df2a989af3296b1d6c7bc829ad3139e290ee474.tar.gz mpd-2df2a989af3296b1d6c7bc829ad3139e290ee474.tar.xz mpd-2df2a989af3296b1d6c7bc829ad3139e290ee474.zip |
input/soup: plugin removed
This plugin is cumbersome to support, now that MPD is migrating away
from GLib and the GLib event loop. It has no practical advantages
over the CURL plugin. Soup requires the bloated GType library.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/user.xml b/doc/user.xml index 051b9e891..0f84800c1 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -875,35 +875,6 @@ systemctl start mpd.socket</programlisting> </tgroup> </informaltable> </section> - - <section> - <title><varname>soup</varname></title> - - <para> - Opens remote files or streams over HTTP. - </para> - - <informaltable> - <tgroup cols="2"> - <thead> - <row> - <entry>Setting</entry> - <entry>Description</entry> - </row> - </thead> - <tbody> - <row> - <entry> - <varname>proxy</varname> - </entry> - <entry> - Sets the address of the HTTP proxy server. - </entry> - </row> - </tbody> - </tgroup> - </informaltable> - </section> </section> <section> |