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.
Parameters
Server
Use the Server page of the Jabber Connection Manager dialog to specify properties for connecting to Jabber server.
- Test Connection
- Confirm connection manager configuration by clicking Test Connection.
Specify the Jabber user name in email-like format.
Specify user password to access the Jabber server.
Specify the network host of the Jabber server. Set this option if you have issues resolving the domain name of the Jabber server.
Specify the port number on the Jabber server to use for the connection. The default value of this property is 5222.
Specify to use plain text authentication when connecting to the Jabber server.
Specify to use secure-sockets layer when connecting to the Jabber server.
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. Contains the URL to poll on, or bind to. Related to Connection Type option.
Specify the number of seconds before timing out session connect. The default value of this property is 30.
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.
Not visible in the connection manager user interface.
Proxy
Use the Proxy page of the Jabber Connection Manager dialog to specify properties if your server is behind firewall.
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. Specify the name or IP address of the proxy server.
Specify the port number on the proxy server to use for the connection. The default value of this property is 80.
Specify user name to access the proxy server.
Specify password to access the proxy server.
Knowledge Base
- Where can I find the documentation for the Jabber Connection?
- Error Message: The connection type "xxxx" specified for connection manager "xxxx" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
What's New
- Fixed: Crash when used with invalid parameters.
- New: Introduced connection.
Related documentation
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.