<?xml version="1.0"?>
<tucows-client-config>
  <communication>
    <connection-type-list>
      <connection-type>
        <name>cbc</name>
        <class>TCA_CbcConnector</class>
        <payload-class>TCA_OPS</payload-class>
      </connection-type>
      <connection-type>
        <name>https</name>
        <class>TCA_HttpsConnector</class>
        <payload-class>TCA_OPS</payload-class>
      </connection-type>
      <connection-type>
        <name>xmlrpc</name>
        <class>TCA_XMLRPCConnector</class>
        <payload-class>TCA_XMLRPCBlogware</payload-class>
      </connection-type>
    </connection-type-list>
    <encryption-type-list>
      <encryption-type>
        <name>nothing</name>
        <class>TCA_NullCipher</class>
      </encryption-type>
      <encryption-type>
        <name>blowfish</name>
        <class>TCA_BlowfishCipher</class>
      </encryption-type>
      <encryption-type>
        <name>des</name>
        <class>TCA_DesCipher</class>
      </encryption-type>
    </encryption-type-list>
    <idn-converter>
      <class>IdnConverter</class>
      <hostname>horizon.opensrs.net</hostname>
      <port>55000</port>
    </idn-converter>
    <service-endpoint-list>
      <service-endpoint>
        <name>horizon-https</name>
        <type>https</type>
        <hostname>horizon.opensrs.net</hostname>
        <port>55443</port>
        <connection-type-ref>https</connection-type-ref>
        <encryption-type-ref>nothing</encryption-type-ref>
      </service-endpoint>
      <service-endpoint>
        <name>blogware-xmlrpc</name>
        <type>xmlrpc</type>
        <hostname>blogware.com</hostname>
        <port>443</port>
        <uri>/resellers/xmlrpc.cgi</uri>
        <connection-type-ref>xmlrpc</connection-type-ref>
        <encryption-type-ref>nothing</encryption-type-ref>
      </service-endpoint>
    </service-endpoint-list>
    <providers>
      <provider>
        <name>tucows-services</name>
        <reseller-settings>
          <reseller-auth-info>
            <type>tucows-services</type>
            <class>TCA_ResellerAuthInfoTucows</class>
            <username>osrsreseller5</username>
            <private-key>lious7865sgsd87sf98sydiufys9dg8y7sfdyoisdft9ewrhyfrw9e84rhae98rwarhfew8ru9werh98erwrfhui</private-key>
          </reseller-auth-info>
          <service-endpoint-ref>horizon-https</service-endpoint-ref>
        </reseller-settings>
      </provider>
      <provider>
        <name>tucows-blogware</name>
        <reseller-settings>
          <reseller-auth-info>
            <type>blogware</type>
            <class>TCA_ResellerAuthInfoBlogware</class>
            <username>bwreseller5</username>
            <password>password</password>
          </reseller-auth-info>
          <service-endpoint-ref>blogware-xmlrpc</service-endpoint-ref>
        </reseller-settings>
      </provider>
    </providers>
  </communication>
  <service-managers>
    <service-manager>
      <name>TUCOWS_domains</name>
      <provider>tucows-services</provider>
    </service-manager>
    <service-manager>
      <name>TUCOWS_blogware</name>
      <provider>tucows-blogware</provider>
    </service-manager>
  </service-managers>
</tucows-client-config>

