]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
dox
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 9 Nov 2006 06:55:18 +0000 (06:55 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 9 Nov 2006 06:55:18 +0000 (06:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3292 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/libdingaling/src/libdingaling.h

index 72fcd553c34a099a1d6d0882a28552cf294dfc18..c09dd45173d6742cca33c7915e9669590bfe23a0 100644 (file)
@@ -358,7 +358,6 @@ void *ldl_handle_get_private(ldl_handle_t *handle);
 /*!
   \brief Send a message to a session
   \param session the session handle
-  \param to the message recipiant
   \param subject optional subject
   \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 login the xmpp login
   \param password the password
+  \param server the server address
+  \param flags user flags
   \param status_msg status message to advertise
   \param loop_callback optional loop callback
   \param session_callback function to call on session signalling