#include "asterisk/message.h"
/*** DOCUMENTATION
- <application name="JabberSend" language="en_US">
+ <application name="JabberSend" language="en_US" module="res_jabber">
<synopsis>
Sends an XMPP message to a buddy.
</synopsis>
<ref type="function">JABBER_RECEIVE</ref>
</see-also>
</application>
- <function name="JABBER_RECEIVE" language="en_US">
+ <function name="JABBER_RECEIVE" language="en_US" module="res_jabber">
<synopsis>
Reads XMPP messages.
</synopsis>
<ref type="application">JabberSend</ref>
</see-also>
</function>
- <function name="JABBER_STATUS" language="en_US">
+ <function name="JABBER_STATUS" language="en_US" module="res_jabber">
<synopsis>
Retrieves a buddy's status.
</synopsis>
<ref type="application">JabberSend</ref>
</see-also>
</function>
- <application name="JabberSendGroup" language="en_US">
+ <application name="JabberSendGroup" language="en_US" module="res_jabber">
<synopsis>
Send a Jabber Message to a specified chat room
</synopsis>
<note><para>To be able to send messages to a chat room, a user must have previously joined it. Use the <replaceable>JabberJoin</replaceable> function to do so.</para></note>
</description>
</application>
- <application name="JabberJoin" language="en_US">
+ <application name="JabberJoin" language="en_US" module="res_jabber">
<synopsis>
Join a chat room
</synopsis>
<para>Allows Asterisk to join a chat room.</para>
</description>
</application>
- <application name="JabberLeave" language="en_US">
+ <application name="JabberLeave" language="en_US" module="res_jabber">
<synopsis>
Leave a chat room
</synopsis>
<para>Allows Asterisk to leave a chat room.</para>
</description>
</application>
- <application name="JabberStatus" language="en_US">
+ <application name="JabberStatus" language="en_US" module="res_jabber">
<synopsis>
Retrieve the status of a jabber list member
</synopsis>
</enumlist>
</description>
</application>
- <manager name="JabberSend" language="en_US">
+ <manager name="JabberSend" language="en_US" module="res_jabber">
<synopsis>
Sends a message to a Jabber Client.
</synopsis>
#include "asterisk/config_options.h"
/*** DOCUMENTATION
- <application name="JabberSend" language="en_US">
+ <application name="JabberSend" language="en_US" module="res_xmpp">
<synopsis>
Sends an XMPP message to a buddy.
</synopsis>
<ref type="function">JABBER_RECEIVE</ref>
</see-also>
</application>
- <function name="JABBER_RECEIVE" language="en_US">
+ <function name="JABBER_RECEIVE" language="en_US" module="res_xmpp">
<synopsis>
Reads XMPP messages.
</synopsis>
<ref type="application">JabberSend</ref>
</see-also>
</function>
- <function name="JABBER_STATUS" language="en_US">
+ <function name="JABBER_STATUS" language="en_US" module="res_xmpp">
<synopsis>
Retrieves a buddy's status.
</synopsis>
<ref type="application">JabberSend</ref>
</see-also>
</function>
- <application name="JabberSendGroup" language="en_US">
+ <application name="JabberSendGroup" language="en_US" module="res_xmpp">
<synopsis>
Send a Jabber Message to a specified chat room
</synopsis>
<note><para>To be able to send messages to a chat room, a user must have previously joined it. Use the <replaceable>JabberJoin</replaceable> function to do so.</para></note>
</description>
</application>
- <application name="JabberJoin" language="en_US">
+ <application name="JabberJoin" language="en_US" module="res_xmpp">
<synopsis>
Join a chat room
</synopsis>
<para>Allows Asterisk to join a chat room.</para>
</description>
</application>
- <application name="JabberLeave" language="en_US">
+ <application name="JabberLeave" language="en_US" module="res_xmpp">
<synopsis>
Leave a chat room
</synopsis>
<para>Allows Asterisk to leave a chat room.</para>
</description>
</application>
- <application name="JabberStatus" language="en_US">
+ <application name="JabberStatus" language="en_US" module="res_xmpp">
<synopsis>
Retrieve the status of a jabber list member
</synopsis>
</enumlist>
</description>
</application>
- <manager name="JabberSend" language="en_US">
+ <manager name="JabberSend" language="en_US" module="res_xmpp">
<synopsis>
Sends a message to a Jabber Client.
</synopsis>