diff options
| author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2013-05-28 00:12:00 +1000 |
|---|---|---|
| committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2013-05-28 00:12:00 +1000 |
| commit | e4ec23919de96f034190253c8cef50f2f02c0b3a (patch) | |
| tree | 2733981d8189047ffb47dc47adc072e5240e0e7e /asn1/XmppAddr.asn1 | |
| parent | Merge branch '3.0.x' of github.com:processone/maincustomers into 3.0.x (diff) | |
| parent | Improve applications startup (diff) | |
Merge branch 'rebar' into 3.0.xv3.0.0-P004
Diffstat (limited to 'asn1/XmppAddr.asn1')
| -rw-r--r-- | asn1/XmppAddr.asn1 | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
