This commit is contained in:
2026-05-13 19:58:16 +03:00
commit f5adeb292b
78 changed files with 12024 additions and 0 deletions

57
lib/modules/test/fixtures/users.js vendored Normal file
View File

@@ -0,0 +1,57 @@
module.exports = [
{
room_jid: 'admin@conference.example.com',
real_jid: 'micahel.cross@example.com'
}, {
room_jid: 'admin@conference.example.com',
real_jid: 'sbarclay@example.com'
}, {
room_jid: 'uat-appsupport@conference.example.com',
real_jid: 'anthony.brown@example.com'
}, {
room_jid: 'uat-appsupport@conference.example.com',
real_jid: 'james.seegar1@example.com'
}, {
room_jid: 'uat-appsupport@conference.example.com',
real_jid: 'jarrett.jennings2@example.com'
}, {
room_jid: 'uat-appsupport@conference.example.com',
real_jid: 'micahel.cross@example.com'
}, {
room_jid: 'uat-appsupport@conference.example.com',
real_jid: 'michael.rhoades3@example.com'
}, {
room_jid: 'uat-appsupport@conference.example.com',
real_jid: 'michael.rock@example.com'
}, {
room_jid: 'uat-appsupport@conference.example.com',
real_jid: 'terrence.flynn@example.com'
}, {
room_jid: 'uat-appsupport@conference.example.com',
real_jid: 'tony.dilisio2@example.com'
}, {
room_jid: 'uat-appsupport@conference.example.com',
real_jid: 'william.fleming2@example.com'
}, {
room_jid: 'test\\20room@conference.example.com',
real_jid: 'lt.u755@example.com'
}, {
room_jid: 'test\\20room@conference.example.com',
real_jid: 'lt.u755@example.com/9fyg1zayoi'
}, {
room_jid: 'the\\20cool\\20room@conference.example.com',
real_jid: 'cody.webb@example.com'
}, {
room_jid: 'tonyd_20161206_1432@conference.example.com',
real_jid: 'tony.dilisio2@example.com'
}, {
room_jid: 'tonyd_20161206_1432@conference.example.com',
real_jid: 'julie..sokol@example.com'
}, {
real_jid: 'mbcross',
room_jid: null
},{
real_jid: 'cross,\\20michael@chat.dhs.gov',
room_jid: null
}
]