Fix unmappable character for encoding

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11253 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Günther Niess 2009-09-08 13:12:28 +00:00 committed by niess
parent d334ab0c2a
commit 197aa187d9
8 changed files with 9 additions and 9 deletions

View File

@ -29,7 +29,7 @@ import java.util.List;
* Public Abstract Class provides a clear interface between Media Session and Jingle API.
* <p/>
* When a Jingle Session is fully stablished, we will have a Payload Type and two transport candidates defined for it.
* Smack Jingle API don´t implement Media Transmit and Receive methods.
* Smack Jingle API don't implement Media Transmit and Receive methods.
* But provides an interface to let the user implements it using another API. For instance: JMF.
* <p/>
* <i>The Class that implements this one, must have the support to transmit and receive the jmf.</i>

View File

@ -36,7 +36,7 @@ import org.jivesoftware.smackx.jingle.nat.TransportCandidate;
* It sould be used to transmit and receive audio captured from the Mic.
* This Class should be automaticly controlled by JingleSession.
* But you could also use in any VOIP application.
* For better NAT Traversal support this implementation don´t support only receive or only transmit.
* For better NAT Traversal support this implementation don't support only receive or only transmit.
* To receive you MUST transmit. So the only implemented and functionally methods are startTransmit() and stopTransmit()
*
* @author Thiago Camargo

View File

@ -47,7 +47,7 @@ import org.jivesoftware.smackx.jingle.nat.TransportCandidate;
* It sould be used to transmit and receive audio captured from the Mic.
* This Class should be automaticly controlled by JingleSession.
* But you could also use in any VOIP application.
* For better NAT Traversal support this implementation don´t support only receive or only transmit.
* For better NAT Traversal support this implementation don't support only receive or only transmit.
* To receive you MUST transmit. So the only implemented and functionally methods are startTransmit() and stopTransmit()
*
* @author Thiago Camargo

View File

@ -45,7 +45,7 @@ import org.jivesoftware.smackx.jingle.nat.TransportCandidate;
* This Class implements a complete JingleMediaSession.
* It sould be used to transmit and receive captured images from the Display.
* This Class should be automaticly controlled by JingleSession.
* For better NAT Traversal support this implementation don´t support only receive or only transmit.
* For better NAT Traversal support this implementation don't support only receive or only transmit.
* To receive you MUST transmit. So the only implemented and functionally methods are startTransmit() and stopTransmit()
*
* @author Thiago Camargo

View File

@ -265,7 +265,7 @@ public class ICECandidate extends TransportCandidate implements Comparable {
final TestResult result = new TestResult();
// Media Proxy don´t have Echo features.
// Media Proxy don't have Echo features.
// If its a relayed candidate we assumpt that is NOT Valid while other candidates still being checked.
// The negotiator MUST add then in the correct situations
if (getType().equals("relay")) {

View File

@ -386,7 +386,7 @@ public class RTPBridge extends IQ {
/**
* Get a new RTPBridge Candidate from the server.
* If a error occurs or the server don´t support RTPBridge Service, null is returned.
* If a error occurs or the server don't support RTPBridge Service, null is returned.
*
* @param xmppConnection
* @param sessionID

View File

@ -183,7 +183,7 @@ public class STUN extends IQ {
/**
* Get a new STUN Server Address and port from the server.
* If a error occurs or the server don´t support STUN Service, null is returned.
* If a error occurs or the server don't support STUN Service, null is returned.
*
* @param xmppConnection
* @return

View File

@ -208,7 +208,7 @@ public abstract class TransportCandidate {
}
/**
* Get the jingle´s sessionId that is using this candidate
* Get the jingle's sessionId that is using this candidate
*
* @return
*/
@ -217,7 +217,7 @@ public abstract class TransportCandidate {
}
/**
* Set the jingle´s sessionId that is using this candidate
* Set the jingle's sessionId that is using this candidate
*
* @param sessionId
*/