git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3292 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-11-09 06:55:18 +00:00
parent 44fc26f7d4
commit 3c20f80991

View File

@ -358,7 +358,6 @@ void *ldl_handle_get_private(ldl_handle_t *handle);
/*! /*!
\brief Send a message to a session \brief Send a message to a session
\param session the session handle \param session the session handle
\param to the message recipiant
\param subject optional subject \param subject optional subject
\param body body of the message \param body body of the message
*/ */
@ -472,6 +471,8 @@ int8_t ldl_handle_ready(ldl_handle_t *handle);
\param handle the Dingaling handle to initialize \param handle the Dingaling handle to initialize
\param login the xmpp login \param login the xmpp login
\param password the password \param password the password
\param server the server address
\param flags user flags
\param status_msg status message to advertise \param status_msg status message to advertise
\param loop_callback optional loop callback \param loop_callback optional loop callback
\param session_callback function to call on session signalling \param session_callback function to call on session signalling