From 4d8f7706240a1603468968f47fc7b150b788d62f Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Mon, 8 Apr 2013 11:12:54 +0200 Subject: Switch to rebar build tool Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite --- asn1/XmppAddr.asn1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 asn1/XmppAddr.asn1 (limited to 'asn1/XmppAddr.asn1') diff --git a/asn1/XmppAddr.asn1 b/asn1/XmppAddr.asn1 new file mode 100644 index 000000000..14f350d3d --- /dev/null +++ b/asn1/XmppAddr.asn1 @@ -0,0 +1,14 @@ +XmppAddr { iso(1) identified-organization(3) + dod(6) internet(1) security(5) mechanisms(5) pkix(7) + id-on(8) id-on-xmppAddr(5) } + +DEFINITIONS EXPLICIT TAGS ::= +BEGIN + +id-on-xmppAddr OBJECT IDENTIFIER ::= { iso(1) identified-organization(3) + dod(6) internet(1) security(5) mechanisms(5) pkix(7) + id-on(8) 5 } + +XmppAddr ::= UTF8String + +END -- cgit v1.2.3