diff options
author | dequis <dx@dxzone.com.ar> | 2018-03-11 16:33:55 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2018-03-11 16:33:55 -0300 |
commit | a949b43ed657154d4ff8492bbdb16202a1a9f22d (patch) | |
tree | da8fcbf57e0abb4af60ceccf15b1b2358c9cdd74 /protocols/skype/skyped.cnf | |
parent | 8167346dd5d87b0bc53c7e396577e19e586954fe (diff) |
Remove old skype plugin. Use the skypeweb purple plugin instead.
RIP
This plugin relied on the skype linux client, which doesn't work
anymore. During login it just does exit(0) for mysterious reasons.
I guess that's the server trying to say that it's not supported.
This is officially dead now after a few years of kinda-almost-working.
Diffstat (limited to 'protocols/skype/skyped.cnf')
-rw-r--r-- | protocols/skype/skyped.cnf | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/protocols/skype/skyped.cnf b/protocols/skype/skyped.cnf deleted file mode 100644 index c7dc9098..00000000 --- a/protocols/skype/skyped.cnf +++ /dev/null @@ -1,40 +0,0 @@ -# create RSA certs - Server - -RANDFILE = skyped.rnd - -[ req ] -default_bits = 1024 -encrypt_key = yes -distinguished_name = req_dn -x509_extensions = cert_type - -[ req_dn ] -countryName = Country Name (2 letter code) -countryName_default = HU -countryName_min = 2 -countryName_max = 2 - -stateOrProvinceName = State or Province Name (full name) -stateOrProvinceName_default = Some-State - -localityName = Locality Name (eg, city) - -0.organizationName = Organization Name (eg, company) -0.organizationName_default = Stunnel Developers Ltd - -organizationalUnitName = Organizational Unit Name (eg, section) -#organizationalUnitName_default = - -0.commonName = Common Name (FQDN of your server) -0.commonName_default = localhost - -# To create a certificate for more than one name uncomment: -# 1.commonName = DNS alias of your server -# 2.commonName = DNS alias of your server -# ... -# See http://home.netscape.com/eng/security/ssl_2.0_certificate.html -# to see how Netscape understands commonName. - -[ cert_type ] -nsCertType = server - |