diff --git a/doc/appdocsxml.dtd b/doc/appdocsxml.dtd index 456ac188fd..c379843d3f 100644 --- a/doc/appdocsxml.dtd +++ b/doc/appdocsxml.dtd @@ -24,14 +24,17 @@ + + + diff --git a/res/res_jabber.c b/res/res_jabber.c index f74d6acf6c..fe05274ef3 100644 --- a/res/res_jabber.c +++ b/res/res_jabber.c @@ -75,7 +75,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/message.h" /*** DOCUMENTATION - + Sends an XMPP message to a buddy. @@ -105,7 +105,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") JABBER_RECEIVE - + Reads XMPP messages. @@ -134,7 +134,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") JabberSend - + Retrieves a buddy's status. @@ -164,7 +164,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") JabberSend - + Send a Jabber Message to a specified chat room @@ -187,7 +187,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 @@ -207,7 +207,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Allows Asterisk to join a chat room. - + Leave a chat room @@ -226,7 +226,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Allows Asterisk to leave a chat room. - + Retrieve the status of a jabber list member @@ -270,7 +270,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 04db2dda95..c924080981 100644 --- a/res/res_xmpp.c +++ b/res/res_xmpp.c @@ -64,7 +64,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/config_options.h" /*** DOCUMENTATION - + Sends an XMPP message to a buddy. @@ -94,7 +94,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") JABBER_RECEIVE - + Reads XMPP messages. @@ -123,7 +123,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") JabberSend - + Retrieves a buddy's status. @@ -153,7 +153,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") JabberSend - + Send a Jabber Message to a specified chat room @@ -176,7 +176,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 @@ -196,7 +196,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Allows Asterisk to join a chat room. - + Leave a chat room @@ -215,7 +215,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Allows Asterisk to leave a chat room. - + Retrieve the status of a jabber list member @@ -259,7 +259,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - + Sends a message to a Jabber Client.