-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2343 4b5297f7-1745-476d-ba37-a9c6900126ab
- Loading branch information
Peter Saint-Andre
committed
Oct 8, 2008
1 parent
fb68bcf
commit a2605da
Showing
4 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -691,7 +691,7 @@ INITIATOR NAT RESPONDER | |
to='[email protected]/orchard' | ||
type='result'/> | ||
]]></example> | ||
<p>If the transport-replace is acceptable, the recipient then sends a transport-accept action.</p> | ||
<p>If the transport-replace is acceptable, the recipient then sends a transport-accept action (if not, the recipient sends a transport-reject action).</p> | ||
<example caption="Responder definitively accepts the replaced candidate"><![CDATA[ | ||
<iq from='[email protected]/balcony' | ||
id='accept2' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -555,7 +555,7 @@ Claudius Laertes | |
to='[email protected]/castle' | ||
type='result'/> | ||
]]></example> | ||
<p>If the transport replacement is acceptable, the responder then sends a transport-accept action to the initiator.</p> | ||
<p>If the transport replacement is acceptable, the responder then sends a transport-accept action to the initiator (if not, the responder sends a transport-reject action).</p> | ||
<example caption="Responder sends transport-accept"><![CDATA[ | ||
<iq from='[email protected]/castle' | ||
id='accept2' | ||
|