Files
2026-05-13 20:03:28 +03:00

44 lines
1.1 KiB
JavaScript

module.exports = {
ok: [{
msg_id: '3315',
to_jid: 'uat-appsupport@conference.example.com',
from_jid: 'micahel.cross@example.com',
sent_date: '2017-06-05T20:08:38.263Z',
body_string: 'I meant thick',
body_text: ''
}, {
msg_id: '3334',
to_jid: 'uat-appsupport@conference.example.com',
from_jid: 'micahel.cross@example.com',
sent_date: '2017-06-05T20:08:38.263Z',
body_string: 'that is when I came on again',
body_text: ''
}],
userNotFound: [{
msg_id: '3334',
to_jid: 'uat-appsupport@conference.example.com',
from_jid: 'terrence.flynn@example.com',
sent_date: '2017-06-05T20:08:38.263Z',
body_string: 'that is when I came on again',
body_text: ''
}, {
msg_id: '3315',
to_jid: 'uat-appsupport@conference.example.com',
from_jid: 'micahel.cross@example.com',
sent_date: '2017-06-05T20:08:38.263Z',
body_string: 'I meant thick',
body_text: ''
}],
bodyNotFound: [{
msg_id: '3315',
to_jid: 'uat-appsupport@conference.example.com',
from_jid: 'micahel.cross@example.com',
sent_date: '2017-06-05T20:08:38.263Z',
body_string: '',
body_text: ''
}]
}