Re: [Yxa-devel] Status

2012-08-31 Thread CGS
Could give more details here, maybe I can help. CGS On Fri, Aug 31, 2012 at 2:31 PM, Mikael Magnusson wrote: > On 08/31/2012 02:01 PM, Manuel A. Rubio "Bombadil" wrote: > > And ... are you usign YXA in some areas? dev? production? test? > > > I have used YXA for connecting to VoIP services.

Re: [Yxa-devel] Status

2012-08-31 Thread CGS
Here it is: Repo: https://github.com/cgsmcmlxxv/yxa.git Branch: otp-r15a (git fetch https://github.com/cgsmcmlxxv/yxa.git otp-r15a) CGS On Fri, Aug 31, 2012 at 6:21 PM, CGS wrote: > As far as I could discover, ssl:peercert/1 is supported since 2009, so, > definitely, it should work with R1

Re: [Yxa-devel] Status

2012-08-31 Thread CGS
As far as I could discover, ssl:peercert/1 is supported since 2009, so, definitely, it should work with R14B04 or even with R14B03. See the old documentation at http://demo.erlang.org/documentation/doc-5.7.4/lib/ssl-3.10.7/doc/html/new_ssl.html#peercert-1 which is from 2009. Presently, ssl:peerce

Re: [Yxa-devel] Status

2012-08-31 Thread CGS
I am not sure, but I suppose in R14B04 is already set as a warning (I will check). Nevertheless, there is a repo for R15B01 already compiled: https://www.erlang-solutions.com/downloads/download-erlang-otp I make my installations by myself, but I heard that those packages are fully compiled (with

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
On 08/31/2012 05:26 PM, CGS wrote: BINGO! :D I changed ssl_util.erl to use ssl:peercert/1 and {ok, TestCert1} with TestCert1 and all the tests are passed now. I attached here the archive with the changes for Erlang/OTP R15B01. If you prefer it, I can make a git repo for it. CGS I prefer

Re: [Yxa-devel] Status

2012-08-31 Thread CGS
BINGO! :D I changed ssl_util.erl to use ssl:peercert/1 and {ok, TestCert1} with TestCert1 and all the tests are passed now. I attached here the archive with the changes for Erlang/OTP R15B01. If you prefer it, I can make a git repo for it. CGS On Fri, Aug 31, 2012 at 4:58 PM, Mikael Magnusson

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
On 08/31/2012 04:10 PM, CGS wrote: OK! I managed to compile it with only one warning (error/2 is not used; I set eldap:parse_error/2 which does the same). I started the tests, but I got the following error: ssl_util: failed (test "SSL certificates - 0", line 419) - Error: {'

Re: [Yxa-devel] Status

2012-08-31 Thread CGS
For example, https://github.com/mikma/yxa/blob/otp-r14a/src/eldap/eldap.erl(line 66): open(Hosts, Opts) when list(Hosts), list(Opts) -> list/1 should be is_list/1. CGS On Fri, Aug 31, 2012 at 3:33 PM, Mikael Magnusson wrote: > On 08/31/2012 03:31 PM, CGS wrote: > > Well, it may be my mista

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
On 08/31/2012 03:31 PM, CGS wrote: Well, it may be my mistake here. I might have taken the master branch accidentally. I retraced my steps and I recompiled. Now it compiles, but there are some warnings about obsolete things like eldap.erl:66: Warning: list/1 obsolete which in code is used to

Re: [Yxa-devel] Status

2012-08-31 Thread CGS
Well, it may be my mistake here. I might have taken the master branch accidentally. I retraced my steps and I recompiled. Now it compiles, but there are some warnings about obsolete things like eldap.erl:66: Warning: list/1 obsolete which in code is used to guard the variable to be list and since

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
On 08/31/2012 03:15 PM, CGS wrote: I was taking a closer look at the code and I found this in yxa/src/transportlayer/ssl_util.erl (line 33): -include_lib("ssl/include/OTP-PKIX.hrl"). which I couldn't find it in R15B01. I will try to find more about that header, but if you have a better starti

Re: [Yxa-devel] Status

2012-08-31 Thread CGS
I was taking a closer look at the code and I found this in yxa/src/transportlayer/ssl_util.erl (line 33): -include_lib("ssl/include/OTP-PKIX.hrl"). which I couldn't find it in R15B01. I will try to find more about that header, but if you have a better starting point, please, let me know. I am not

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
On 08/31/2012 02:33 PM, CGS wrote: I changed it in configure.ac and configure script finished without error. Unfortunately, make reports errors: ssl_util.erl:27: can't find include lib "ssl/include/OTP-PKIX.hrl" ssl_util.erl:179: record 'AttributeTypeAndValue' undefined ss

Re: [Yxa-devel] Status

2012-08-31 Thread CGS
Yes. On Fri, Aug 31, 2012 at 2:35 PM, Mikael Magnusson wrote: > On 08/31/2012 02:33 PM, CGS wrote: > > I changed it in configure.ac and configure script finished without error. > Unfortunately, make reports errors: > > ssl_util.erl:27: can't find include lib "ssl/include/OTP-PKIX.hrl" > ssl_u

Re: [Yxa-devel] Status

2012-08-31 Thread CGS
I changed it in configure.ac and configure script finished without error. Unfortunately, make reports errors: ssl_util.erl:27: can't find include lib "ssl/include/OTP-PKIX.hrl" ssl_util.erl:179: record 'AttributeTypeAndValue' undefined ssl_util.erl:182: record 'AttributeTypeAndValue' undefined ssl

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
On 08/31/2012 02:01 PM, Manuel A. Rubio "Bombadil" wrote: And ... are you usign YXA in some areas? dev? production? test? I have used YXA for connecting to VoIP services. But most recently I used it as a production presence server with Twinkle as clients. Unfortunately the YXA presence serv

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
On 08/31/2012 02:24 PM, CGS wrote: Just tried it and I got this with Erlang R15B01 (erts-5.9.1): configure: error: 5.9.1 found, 5.7.2 (Erlang/OTP R13B-1) required If I will change the configure, do you think it won't affect the code further? There should be a parameter to configure that ca

Re: [Yxa-devel] Status

2012-08-31 Thread CGS
Just tried it and I got this with Erlang R15B01 (erts-5.9.1): configure: error: 5.9.1 found, 5.7.2 (Erlang/OTP R13B-1) required If I will change the configure, do you think it won't affect the code further? CGS On Fri, Aug 31, 2012 at 2:16 PM, Mikael Magnusson wrote: > On 08/31/2012 02:13

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
On 08/31/2012 02:13 PM, CGS wrote: I tried a test, but firstly it needs to be brought up to the latest version of Erlang. R13B01 is obsolete version and many things are changed in Erlang since then. CGS There is a branch for R14, maybe it works better with the latest Erlang version. htt

Re: [Yxa-devel] Status

2012-08-31 Thread CGS
I tried a test, but firstly it needs to be brought up to the latest version of Erlang. R13B01 is obsolete version and many things are changed in Erlang since then. CGS On Fri, Aug 31, 2012 at 2:01 PM, Manuel A. Rubio "Bombadil" < bomba...@bosqueviejo.net> wrote: > ** > > And ... are you usign

Re: [Yxa-devel] Status

2012-08-31 Thread Manuel A. Rubio "Bombadil"
And ... are you usign YXA in some areas? dev? production? test? El 2012-08-31 13:54, Mikael Magnusson escribió: > On 08/31/2012 01:46 PM, CGS wrote: > >> Hi Manuel, >> I was wondering the same for some time. I will follow this thread for the replies from devs. >> CGS > > I am not active

Re: [Yxa-devel] Status

2012-08-31 Thread CGS
Does anyone know how can we help to make it active again? CGS On Fri, Aug 31, 2012 at 1:54 PM, Mikael Magnusson wrote: > On 08/31/2012 01:46 PM, CGS wrote: > > Hi Manuel, > > I was wondering the same for some time. I will follow this thread for > the replies from devs. > > CGS > > > > I am

Re: [Yxa-devel] Status

2012-08-31 Thread Mikael Magnusson
On 08/31/2012 01:46 PM, CGS wrote: Hi Manuel, I was wondering the same for some time. I will follow this thread for the replies from devs. CGS I am not active in the project currently, and I don't think the project is active at KTH or Stockholm University. People at KTH started the proj

Re: [Yxa-devel] Status

2012-08-31 Thread CGS
Hi Manuel, I was wondering the same for some time. I will follow this thread for the replies from devs. CGS On Fri, Aug 31, 2012 at 1:42 PM, Manuel A. Rubio "Bombadil" < bomba...@bosqueviejo.net> wrote: > Hi to all, > > I'm new in the list, I've reviewed the YXA code and I'd like to know the

[Yxa-devel] Status

2012-08-31 Thread Manuel A. Rubio "Bombadil"
Hi to all, I'm new in the list, I've reviewed the YXA code and I'd like to know the project activity, is ready for production? Thanks. Manuel Rubio. ___ Yxa-devel mailing list Yxa-devel@lists.su.se https://lists.su.se/mailman/listinfo/yxa-devel