[asterisk-commits] russell: trunk r175636 - /trunk/res/res_jabber.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Feb 13 14:26:50 CST 2009


Author: russell
Date: Fri Feb 13 14:26:49 2009
New Revision: 175636

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=175636
Log:
fix a few more XML documentation problems

Modified:
    trunk/res/res_jabber.c

Modified: trunk/res/res_jabber.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/res/res_jabber.c?view=diff&rev=175636&r1=175635&r2=175636
==============================================================================
--- trunk/res/res_jabber.c (original)
+++ trunk/res/res_jabber.c Fri Feb 13 14:26:49 2009
@@ -81,7 +81,7 @@
 	</application>
 	<application name="JabberStatus" language="en_US">
 		<synopsis>
-			<para>Retrieve the status of a jabber list member</para>
+			Retrieve the status of a jabber list member
 		</synopsis>
 		<syntax>
 			<parameter name="Jabber" required="true">
@@ -95,7 +95,7 @@
 			</parameter>
 		</syntax>
 		<description>
-			<note>This application is deprecated. Please use the JABBER_STATUS() function instead.</note>
+			<para>This application is deprecated. Please use the JABBER_STATUS() function instead.</para>
 			<para>Retrieves the numeric status associated with the specified buddy <replaceable>JID</replaceable>.
 			The return value in the <replaceable>Variable</replaceable>will be one of the following.</para>
 			<enumlist>
@@ -125,7 +125,7 @@
 	</application>
 	<function name="JABBER_STATUS" language="en_US">
 		<synopsis>
-			<para>Retrieve the status of a jabber list member</para>
+			Retrieve the status of a jabber list member
 		</synopsis>
 		<syntax>
 			<parameter name="sender" required="true">




More information about the asterisk-commits mailing list