We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfff048 commit 89a7777Copy full SHA for 89a7777
spring-ws-support/src/main/java/org/springframework/ws/transport/xmpp/support/XmppTransportUtils.java
@@ -43,7 +43,7 @@ private XmppTransportUtils() {
43
*/
44
public static URI toUri(Message requestMessage) throws URISyntaxException {
45
return new URI(XmppTransportConstants.XMPP_URI_SCHEME,
46
- requestMessage.getTo().asDomainFullJidIfPossible().asUnescapedString(), null);
+ requestMessage.getTo().asUnescapedString(), null);
47
}
48
49
public static String getTo(URI uri) {
0 commit comments