16 lines
437 B
JavaScript
16 lines
437 B
JavaScript
module.exports = [
|
|
{
|
|
to_jid: 'person.one@example.com/rnq1gmague',
|
|
from_jid: 'person.two@example.com/objc04v73q'
|
|
}, {
|
|
to_jid: 'person.one@example.com/rnq1gmague',
|
|
from_jid: 'person.three@example.com/w32ugtn6ch'
|
|
}, {
|
|
to_jid: 'person.two@example.com',
|
|
from_jid: 'person.one@example.com/blrjlefa3a'
|
|
}, {
|
|
to_jid: 'person.two@example.com/lhdms8czsw',
|
|
from_jid: 'person.one@example.com/blrjlefa3a'
|
|
}
|
|
]
|