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

View 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'
}
]