1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-12-14 00:51:19 +01:00

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

@ -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
*/