[svn-commits] branch group/asterisk-xmpp r26167 - /team/group/asterisk-xmpp/res/res_jabber.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue May 9 09:20:05 MST 2006


Author: russell
Date: Tue May  9 11:20:05 2006
New Revision: 26167

URL: http://svn.digium.com/view/asterisk?rev=26167&view=rev
Log:
fix up some more documentation formatting

Modified:
    team/group/asterisk-xmpp/res/res_jabber.c

Modified: team/group/asterisk-xmpp/res/res_jabber.c
URL: http://svn.digium.com/view/asterisk/team/group/asterisk-xmpp/res/res_jabber.c?rev=26167&r1=26166&r2=26167&view=diff
==============================================================================
--- team/group/asterisk-xmpp/res/res_jabber.c (original)
+++ team/group/asterisk-xmpp/res/res_jabber.c Tue May  9 11:20:05 2006
@@ -122,7 +122,9 @@
 
 static char *ajisend_descrip =
 "JABBERSend(JABBER,ScreenName,Message)\n"
-"  JABBER - Client or transport Asterisk uses to connect to JABBER\n" "  ScreenName - User Name to message.\n" "  Message - Message to be sent to the buddy\n";
+"  JABBER - Client or transport Asterisk uses to connect to JABBER\n" 
+"  ScreenName - User Name to message.\n" 
+"  Message - Message to be sent to the buddy\n";
 
 static char *app_ajistatus = "JABBERStatus";
 
@@ -132,7 +134,9 @@
 "JABBERStatus(JABBER,ScreenName,Variable)\n"
 "  JABBER - Client or transport Asterisk uses to connect to JABBER\n"
 "  ScreenName - User Name to retrieve status from.\n"
-"  Variable - Variable to store presence in will be 1-6.\n" "	      In order, Online, Chatty, Away, XAway, DND, Offline\n" "	      If not in roster variable will = 7\n";
+"  Variable - Variable to store presence in will be 1-6.\n" 
+"             In order, Online, Chatty, Away, XAway, DND, Offline\n" 
+"             If not in roster variable will = 7\n";
 
 struct aji_client_container clients;
 



More information about the svn-commits mailing list