From: Matthew Jordan Date: Wed, 16 Jan 2013 15:27:44 +0000 (+0000) Subject: Add module tags to documentation for res_jabber/res_xmpp X-Git-Tag: 11.3.0-rc1~3^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28bdf7d292297988078e61fdc040f65a73df1179;p=thirdparty%2Fasterisk.git Add module tags to documentation for res_jabber/res_xmpp Since res_jabber/res_xmpp provide the same APIs (app/func/manager/etc.), the XML documentation for each needs to call out which module is providing the documentation. The module attribute has been added to the various XML fragments for this purpose. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@379209 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_jabber.c b/res/res_jabber.c index 8692de1884..f4d5869626 100644 --- a/res/res_jabber.c +++ b/res/res_jabber.c @@ -66,7 +66,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/message.h" /*** DOCUMENTATION - + Sends an XMPP message to a buddy. @@ -96,7 +96,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") JABBER_RECEIVE - + Reads XMPP messages. @@ -125,7 +125,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") JabberSend - + Retrieves a buddy's status. @@ -155,7 +155,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") JabberSend - + Send a Jabber Message to a specified chat room @@ -178,7 +178,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") To be able to send messages to a chat room, a user must have previously joined it. Use the JabberJoin function to do so. - + Join a chat room @@ -198,7 +198,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Allows Asterisk to join a chat room. - + Leave a chat room @@ -217,7 +217,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Allows Asterisk to leave a chat room. - + Retrieve the status of a jabber list member @@ -261,7 +261,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - + Sends a message to a Jabber Client. diff --git a/res/res_xmpp.c b/res/res_xmpp.c index 6db6890305..f6ab9a8467 100644 --- a/res/res_xmpp.c +++ b/res/res_xmpp.c @@ -55,7 +55,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/config_options.h" /*** DOCUMENTATION - + Sends an XMPP message to a buddy. @@ -85,7 +85,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") JABBER_RECEIVE - + Reads XMPP messages. @@ -114,7 +114,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") JabberSend - + Retrieves a buddy's status. @@ -144,7 +144,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") JabberSend - + Send a Jabber Message to a specified chat room @@ -167,7 +167,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") To be able to send messages to a chat room, a user must have previously joined it. Use the JabberJoin function to do so. - + Join a chat room @@ -187,7 +187,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Allows Asterisk to join a chat room. - + Leave a chat room @@ -206,7 +206,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Allows Asterisk to leave a chat room. - + Retrieve the status of a jabber list member @@ -250,7 +250,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - + Sends a message to a Jabber Client.