[svn-commits] phsultan: branch phsultan/jabberreceive r165431 - /team/phsultan/jabberreceiv...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Dec 18 03:40:24 CST 2008
Author: phsultan
Date: Thu Dec 18 03:40:23 2008
New Revision: 165431
URL: http://svn.digium.com/view/asterisk?view=rev&rev=165431
Log:
Fix functions description.
Modified:
team/phsultan/jabberreceive/res/res_jabber.c
Modified: team/phsultan/jabberreceive/res/res_jabber.c
URL: http://svn.digium.com/view/asterisk/team/phsultan/jabberreceive/res/res_jabber.c?view=diff&rev=165431&r1=165430&r2=165431
==============================================================================
--- team/phsultan/jabberreceive/res/res_jabber.c (original)
+++ team/phsultan/jabberreceive/res/res_jabber.c Thu Dec 18 03:40:23 2008
@@ -1691,7 +1691,7 @@
}
/*!
- * \brief Handles \verbatim <iq> \endverbatim tags.
+ * \brief Handles \verbatim <iq> \endverbatim stanzas.
* \param client the configured XMPP client we use to connect to a XMPP server
* \param node iks
* \return void.
@@ -1702,7 +1702,7 @@
}
/*!
- * \brief Handles presence packets.
+ * \brief Handles \verbatim <message>\endverbatim stanzas.
* Adds the incoming message to the client's message list.
* \param client the configured XMPP client we use to connect to a XMPP server
* \param pak ikspak the node
@@ -1740,7 +1740,7 @@
AST_LIST_UNLOCK(&client->messages);
}
/*!
- * \brief Check the presence info
+ * \briefi handles \verbatim <presence>\endverbatim stanzas.
* \param client the configured XMPP client we use to connect to a XMPP server
* \param pak ikspak
*/
More information about the svn-commits
mailing list