
Overview
Jabber Connection Manager is SSIS Connection Manager for establishing connections with Jabber/XMPP server. Use the API to build components based on Jabber Connection Manager.
Setup
Use the Jabber Connection Manager dialog to specify properties for connecting to Jabber server. The configuration dialog has server and proxy settings.
Server Options
- User name
-
Specify the Jabber user name in email-like format.
- Password
-
Specify user password to access the Jabber server.
- Host
-
Specify the network host of the Jabber server. Set this option if you have issues resolving the domain name of the Jabber server.
- Port
-
Specify the port number on the Jabber server to use for the connection. The default value of this property is 5222.
- Use plain text authentication
-
Specify to use plain text authentication when connecting to the Jabber server.
- Use SSL
-
Specify to use secure-sockets layer when connecting to the Jabber server.
- Connection Type
-
Specify connection type to Jabber server. This property has the options listed in the following table.
Value Description Socket Use "Normal" XMPP socket. HTTP_Polling Use XMPP protocol extension that enables access to a Jabber server from behind firewalls which do not allow outgoing sockets on port 5222, via HTTP requests Selecting this value enables the option URL
HTTP_Binding Use a transport protocol specification that emulates a bidirectional stream between two entities (such as a client and a server) by efficiently using multiple synchronous HTTP request/response pairs without requiring the use of polling or asynchronous chunking. Selecting this value enables the option URL
- URL
-
Contains the URL to poll on, or bind to. Related to Connection Type option.
- Time-out (secs)
-
Specify the number of seconds before timing out session connect. The default value of this property is 30.
- Test Connection
-
Confirm connection manager configuration by clicking Test Connection.
- RetainSameConnection
-
Specify to use same connection to Jabber server. This implies the connection to Jabber server will stay alive during the package execution. The default value of this property is true.
Remark(s):
Not visible in the connection manager user interface.
Proxy Options
- Proxy
-
Specify proxy type. This property has the options listed in the following table.
Value Description None Proxy not specified SOCKS4 Use SOCKS4 proxy type. SOCKS5 Use SOCKS5 proxy type. CONNECT Use HTTP CONNECT proxy type.
- Host
-
Specify the name or IP address of the proxy server.
- Port
-
Specify the port number on the proxy server to use for the connection. The default value of this property is 80.
- User name
-
Specify user name to access the proxy server.
- Password
-
Specify password to access the proxy server.
CozyRoc