Namespace: |
|
Type: |
|
Content: |
complex, 14 attributes, 1 element |
Defined: |
locally at 1 location |
XML Representation Summary |
|||||
<bot:client |
|||||
connectTimeout | = |
string |
|||
description | = |
string |
|||
displayName | = |
string |
|||
gatewayClass | = |
string |
|||
host | = |
string |
|||
id | = |
string |
|||
name | = |
string |
|||
password | = |
string |
|||
passwordEncrypted | = |
boolean |
|||
permitMode | = |
string |
|||
port | = |
positiveInteger |
|||
protocol | = |
string |
|||
status | = |
string |
|||
statusMessage | = |
string |
|||
> |
|||||
|
|||||
</bot:client> |
If a client's gateway takes longer than its specified timeout to connect
successfully, the connection attempt is canceled, and the gateway is
disconnected. If a timeout is not specified
(connectTimeout <= 0
), the gateway is allowed to take any
amount of time to complete.
The default value is 0
.
Type: |
|
Use: |
optional |
Defined: |
This is an informational value, and is not used by the bot engine.
Type: |
string |
Use: |
optional |
Defined: |
This is normally visible to other users in messages or their buddy lists.
Type: |
string |
Use: |
optional |
Defined: |
BotGateway
class. The value must be the
fully-qualified class name of an BotGateway
implementation.
If not specified, gateway support is provided internally by the
JBuddy SDK
. A custom gateway implementation should be provided
if necessary features are not already provided by the default gateway (such
as custom protocols, message types, or status types).
For more information, consult the javadocs included with the framework.
Type: |
string |
Use: |
optional |
Defined: |
This is the address of the server the client should connect to.
Type: |
string |
Use: |
optional |
Defined: |
If not specified, the default value is name#protocol
. For
example, if a client's name is somebot
and its protocol is
AIM
, its default identifier is somebot#AIM
.
Client identifiers are used with routes to reference sender clients.
Type: |
string |
Use: |
optional |
Defined: |
Type: |
string |
Use: |
optional |
Defined: |
If passwordEncrypted
is true
, this value must be
the encrypted password string, obtained from the EncryptPassword
utility included with the framework.
Type: |
string |
Use: |
optional |
Defined: |
If true
, the password
value must be the encrypted
password string, obtained from the EncryptPassword
utility
included with the framework.
Type: |
boolean |
Use: |
optional |
Defined: |
View the available permit modes here.
Type: |
string |
Use: |
optional |
Defined: |
This is the port number of the server the client should connect to.
Type: |
|
Use: |
optional |
Defined: |
View the available protocols here.
Type: |
string |
Use: |
required |
Defined: |
View the available status types here.
Type: |
string |
Use: |
optional |
Defined: |
Type: |
string |
Use: |
optional |
Defined: |
This property is loaded into the Java system properties when this client gateway is in the process of connecting to its host. After connecting, the previous values of any system properties that were modified are restored.
Type: |
bot:property, empty content |
Defined: |
XML Schema documentation generated with DocFlex/XML (Kit) v1.6.0 DocFlex/XML is a powerful template-driven documentation and report generator from any data stored in XML files. Based on an innovative technology developed by FILIGRIS WORKS, this new tool offers virtuoso data querying and formatting capabilities not found in anything else! Need to convert your XML data into a clear nice-looking documentation or reports? Web-ready hypertext HTML or printable MS Word / OpenOffice.org friendly RTF? DocFlex/XML may be a cheap, quick and effective solution exactly for this task! Have questions? Not sure how to use it? Just send us e-mail to contact@filigris.com and we are always happy to help you! See also our services at www.filigris.com |