"Subscribe" not "Subject" in soup-list-request@ximian.com message body. :)
[platform/upstream/libsoup.git] / README
1 Soup is a SOAP (Simple Object Access Protocol) implementation in C. 
2
3 It provides an queued asynchronous callback-based mechanism for sending and
4 servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
5 compiler which generates client stubs and server skeletons for easily calling
6 and implementing SOAP methods.
7
8 It uses the GLib main loop and is designed to work well with GTK applications.
9
10 Features:
11   * Completely Asynchronous
12   * Connection cache
13   * HTTP chunked transfer support
14   * authenticated HTTP, SOCKS4, and SOCKS5 proxy support
15   * SSL Support using OpenSSL
16   * Apache module server support
17   * Client digest authentication
18
19 Planned Features:
20   * Standalone SOAP server support
21   * SSL Support through Mozilla NSS
22   * Server digest authentication
23   * Gconf configuration and proxy integration
24   * UDDI Support
25   * Disco support
26   * GTK or Bonobo object generation
27
28 To subscribe to the Soup discussion list, send mail with the word "Subscribe" in
29 the message body to soup-list-request@ximian.com.
30
31 Licensing:
32   * Licensing for the Soup runtime is LGPL, see COPYING.LIB for more details.
33   * Licensing for the WSDL compiler is GPL, see COPYING for more details.