Smack/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold/nat
Florian Schmaus 5eef31e49c Do not call XmlPullParser.getName() when the event is unknown
XmlPullParser.getName() only returns a result if the current parser
event is START_ELEMENT or END_ELEMENT. If this is not the case, then
the method may throw (if StAX is used).
2021-07-06 12:33:11 +02:00
..
BasicResolver.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
BasicTransportManager.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
BridgedResolver.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
BridgedTransportManager.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
DatagramListener.java Globally 's;stanza(/packet);stanza;' 2018-03-31 14:17:30 +02:00
FixedResolver.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
FixedTransportManager.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
HttpServer.java Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
ICECandidate.java Update errorprone(-plugin) and make Unused(Variable|Method) an error 2019-05-07 23:09:00 +02:00
ICEResolver.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
ICETransportManager.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
JingleTransportManager.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
RTPBridge.java Do not call XmlPullParser.getName() when the event is unknown 2021-07-06 12:33:11 +02:00
ResultListener.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
STUN.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
STUNResolver.java Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
STUNTransportManager.java Bump "Error Prone" to 2.0.15 2017-02-11 16:16:41 +01:00
TcpUdpBridgeClient.java Update errorprone(-plugin) and make Unused(Variable|Method) an error 2019-05-07 23:09:00 +02:00
TcpUdpBridgeServer.java Update errorprone(-plugin) and make Unused(Variable|Method) an error 2019-05-07 23:09:00 +02:00
TestResult.java Enable javadoc checkstyle 2015-03-29 12:29:32 +02:00
TransportCandidate.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
TransportNegotiator.java Call XMPPConnection.sendIqRequestAndWaitForResponse(IQ) where possible 2021-05-12 10:12:40 +02:00
TransportResolver.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
TransportResolverListener.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00