mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
sip-bonjour reference
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1671 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
9d45f30005
commit
49faa38c54
@ -698,7 +698,7 @@ _presence._tcp.local. IN NULL raw-binary-data-here
|
||||
</section1>
|
||||
|
||||
<section1 topic='Acknowledgements' anchor='ack'>
|
||||
<p>Thanks to Emanuele Aina, Jens Alfke, Marco Barisione, Justin Karneges, Marc Krochmal, Eric St. Onge, and Sjoerd Simons for their input.</p>
|
||||
<p>Thanks to Emanuele Aina, Jens Alfke, Marco Barisione, Justin Karneges, Marc Krochmal, Eric St. Onge, and Sjoerd Simons for their input. Some of the explanatory concepts were loosely borrowed from &sipbonjour;.</p>
|
||||
</section1>
|
||||
|
||||
</xep>
|
||||
|
11
xep.ent
11
xep.ent
@ -124,10 +124,12 @@
|
||||
|
||||
<!-- shortcuts for address types -->
|
||||
|
||||
<!ENTITY BAREJID "<node@domain.tld>">
|
||||
<!ENTITY FULLJID "<node@domain.tld/resource>">
|
||||
<!ENTITY DOMAIN "<domain.tld>">
|
||||
<!ENTITY DOMAINRES "<domain.tld/resource>">
|
||||
<!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>)">
|
||||
|
||||
<!-- shortcuts for error conditions -->
|
||||
|
||||
@ -512,6 +514,7 @@
|
||||
<!ENTITY sdpdtls "<span class='ref'><link url='http://tools.ietf.org/html/draft-fischl-mmusic-sdp-dtls'>RTP Over DTLS</link></span> <note>Real-Time Transport Protocol (RTP) over Datagram Transport Layer Security (DTLS) <<link url='http://tools.ietf.org/html/draft-fischl-mmusic-sdp-dtls'>http://tools.ietf.org/html/draft-fischl-mmusic-sdp-dtls</link>>. Work in progress.</note>" >
|
||||
<!ENTITY sievenotify "<span class='ref'><link url='http://tools.ietf.org/html/draft-ietf-sieve-notify'>Sieve Extension: Notifications</link></span> <note>Sieve Extension: Notifications <<link url='http://tools.ietf.org/html/draft-ietf-sieve-notify'>http://tools.ietf.org/html/draft-ietf-sieve-notify</link>>. Work in progress.</note>" >
|
||||
<!ENTITY sievenotifyxmpp "<span class='ref'><link url='http://tools.ietf.org/html/draft-ietf-sieve-notify-xmpp'>Sieve Notification Mechanism: xmpp</link></span> <note>Sieve Notification Mechanism: xmpp <<link url='http://tools.ietf.org/html/draft-ietf-sieve-notify-xmpp'>http://tools.ietf.org/html/draft-ietf-sieve-notify-xmpp</link>>. Work in progress.</note>" >
|
||||
<!ENTITY sipbonjour "<span class='ref'><link url='http://tools.ietf.org/html/draft-lee-sip-dns-sd-uri'>SIP URI Service Discovery using DNS-SD</link></span> <note>SIP URI Service Discovery using DNS-SD <<link url='http://tools.ietf.org/html/draft-lee-sip-dns-sd-uri'>http://tools.ietf.org/html/draft-lee-sip-dns-sd-uri</link>>. Work in progress.</note>" >
|
||||
<!ENTITY sdpng "<span class='ref'><link url='http://tools.ietf.org/html/draft-ietf-mmusic-sdpng'>Session Description and Capability Negotiation (SDPng)</link></span> <note>Session Description and Capability Negotiation (SDPng) <<link url='http://tools.ietf.org/html/draft-ietf-mmusic-sdpng'>http://tools.ietf.org/html/draft-ietf-mmusic-sdpng</link>>. Work in progress.</note>" >
|
||||
<!ENTITY sshx509 "<span class='ref'><link url='http://tools.ietf.org/html/draft-ietf-secsh-x509'>X.509 Authentication in SSH2</link></span> <note>X.509 Authentication in SSH2 <<link url='http://tools.ietf.org/html/draft-ietf-secsh-x509'>http://tools.ietf.org/html/draft-ietf-secsh-x509</link>>. Work in progress.</note>" >
|
||||
<!ENTITY tcprobust "<span class='ref'><link url='http://tools.ietf.org/html/draft-ietf-ietf-tcpm-tcpsecure'>Improving TCP's Robustness to Blind In-Window Attacks</link></span> <note>Improving TCP's Robustness to Blind In-Window Attacks <<link url='http://tools.ietf.org/html/draft-ietf-ietf-tcpm-tcpsecure'>http://tools.ietf.org/html/draft-ietf-ietf-tcpm-tcpsecure</link>>. Work in progress.</note>" >
|
||||
|
Loading…
Reference in New Issue
Block a user