Help - Instant Messaging (IM) |
---|
Jabber
To prevent a sent data packet greater than the maximum 1518 bytes specified in IEEE 802.3, jabber control should be added to the hardware to make the circuitry incapable of sending information for more than 150 milliseconds (approximately 1500 bytes).
Enable Jabber | When enabled, an open XML protocol for message and presence exchange in real time between two points on the Internet. Jabber asynchronous instant messaging (IM) platform is similar to IM systems such as AIM, ICQ and MSN but is open source, extensible through XML, decentralized (allowing anyone to run a Jabber server), and any Jabber server can be isolated from the public Jabber network in order to increase security. |
Server Address | Enter the address of your Jabber Server. |
Login ID | Enter the login name for your Jabber Server. |
Password | Enter the password for your Jabber Server. |
Send To | The log will be sent to the e-mail address you specified here. |
Message | Enter the message you wish to attach with the sending log. |
HTTP Notification
Enable HTTP Notification | When enabled, an open HTTP protocol for message and presence exchange in real time between two points on the Internet. is a set of streaming HTTP protocols and technologies that enable any two entities on the Internet to exchange messages, presence, and other structured information in close to real time, and any proxy server can be isolated from the public network in order to increase security. |
URL | Enter the Uniform Resource Locator (URL) of your HTTP notification server. |
Proxy Server Name (optional) |
In order to connect your HTTP notification server indirectly, you need to specify the proxy server name here. |
Port Number | Enter the port number here when you make an indirect network connection through a proxy server. |
Method | Select the desired method of form data encoding. The default method is set to "GET".
"GET" should be used if and only if the form processing is idempotent, which typically means a pure query form. Generally it is advisable to do so. However, if there are problems related to long URLs and non-ASCII character repertoires, which can make it necessary to use "POST" even for idempotent processing. |