mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
jid ref cleanup
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1673 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
5c0bf347d4
commit
1ab2431dfc
12
xep.ent
12
xep.ent
@ -124,12 +124,12 @@
|
||||
|
||||
<!-- shortcuts for address types -->
|
||||
|
||||
<!ENTITY BAREJID "(<local@node@domain.tld> or <domain.tld>)">
|
||||
<!ENTITY FULLJID "(<local@node@domain.tld/resource> or <domain.tld/resource>)">
|
||||
<!ENTITY LOCAL "(<local@domain.tld>)">
|
||||
<!ENTITY LOCALRES "(<local@domain.tld/resource>)">
|
||||
<!ENTITY DOMAIN "(<domain.tld>)">
|
||||
<!ENTITY DOMAINRES "(<domain.tld/resource>)">
|
||||
<!ENTITY BAREJID "(<localpart@domain.tld> or <domain.tld>)">
|
||||
<!ENTITY FULLJID "(<localpart@domain.tld/resource> or <domain.tld/resource>)">
|
||||
<!ENTITY LOCALBARE "(<localpart@domain.tld>)">
|
||||
<!ENTITY LOCALFULL "(<localpart@domain.tld/resource>)">
|
||||
<!ENTITY DOMAINBARE "(<domain.tld>)">
|
||||
<!ENTITY DOMAINFULL "(<domain.tld/resource>)">
|
||||
|
||||
<!-- shortcuts for error conditions -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user