From 8849f87ffe2d320c0973ed4b35c73c996f052e07 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Tue, 16 Apr 2024 14:09:18 -0500 Subject: [PATCH] test:Add another invalid jid example. --- jicofo/src/test/kotlin/org/jitsi/jicofo/xmpp/JidTest.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jicofo/src/test/kotlin/org/jitsi/jicofo/xmpp/JidTest.kt b/jicofo/src/test/kotlin/org/jitsi/jicofo/xmpp/JidTest.kt index bea00ea5d6..5b12a5af50 100644 --- a/jicofo/src/test/kotlin/org/jitsi/jicofo/xmpp/JidTest.kt +++ b/jicofo/src/test/kotlin/org/jitsi/jicofo/xmpp/JidTest.kt @@ -117,5 +117,6 @@ val invalidJids = listOf( "xsf@muc.xmpp.org/؜x", "username@example.org@example.org", "foo\u0000bar@example.org", - "foobar@ex\u0000ample.org" + "foobar@ex\u0000ample.org", + "user@conference..example.org" )