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.