1. Tidy up the white space.
2. Add copious comments, mostly doxygen-style, to document
the functions and the transport_client struct.
3. In client_connect(): plug a memory leak by freeing
client->xmpp_id before overlaying it. Plug a potential
similar leak in client_send_message().
4. In client_send_message(): return 1 (an error) instead of
0 (success) when the first parameter is NULL.
M include/opensrf/transport_client.h
M src/libopensrf/transport_client.c
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1833
9efc2488-bf62-4759-914b-
345cdb29e865