init
This commit is contained in:
15
lib/modules/test/fixtures/directChannels.js
vendored
Normal file
15
lib/modules/test/fixtures/directChannels.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
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'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user