mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-04 15:36:57 +01:00
c6441edc7a
and DNS name matching * src/XmppAddr.asn1: Moved here from src/tls/XmppAddr.asn1 * src/tls/XmppAddr.asn1: Likewise * src/Makefile.in: Updated * src/tls/Makefile.in: Updated SVN Revision: 435
15 lines
383 B
Groff
15 lines
383 B
Groff
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
|