Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
bf97ffd3
Commit
bf97ffd3
authored
Jan 21, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check JIDs of archived MAM messages
parent
cac04d07
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
91 additions
and
16 deletions
+91
-16
spec/mam.js
spec/mam.js
+86
-16
src/converse-mam.js
src/converse-mam.js
+5
-0
No files found.
spec/mam.js
View file @
bf97ffd3
...
...
@@ -97,32 +97,102 @@
);
}));
it
(
"
checks whether returned messages are from the right JID
"
,
mock
.
initConverse
(
function
(
_converse
)
{
it
(
"
can be used to query for archived messages from a chat room
"
,
mock
.
initConverse
(
function
(
_converse
)
{
if
(
!
_converse
.
disco_entities
.
get
(
_converse
.
domain
).
features
.
findWhere
({
'
var
'
:
Strophe
.
NS
.
MAM
}))
{
_converse
.
disco_entities
.
get
(
_converse
.
domain
).
features
.
create
({
'
var
'
:
Strophe
.
NS
.
MAM
});
}
var
sent_stanza
,
IQ_id
;
var
sendIQ
=
_converse
.
connection
.
sendIQ
;
spyOn
(
_converse
.
connection
,
'
sendIQ
'
).
and
.
callFake
(
function
(
iq
,
callback
,
errback
)
{
sent_stanza
=
iq
;
IQ_id
=
sendIQ
.
bind
(
this
)(
iq
,
callback
,
errback
);
});
if
(
!
_converse
.
disco_entities
.
get
(
_converse
.
domain
).
features
.
findWhere
({
'
var
'
:
Strophe
.
NS
.
MAM
}))
{
_converse
.
disco_entities
.
get
(
_converse
.
domain
).
features
.
create
({
'
var
'
:
Strophe
.
NS
.
MAM
});
}
_converse
.
api
.
archive
.
query
({
'
with
'
:
'
juliet@capulet.lit
'
}
);
var
queryid
=
sent_stanza
.
toString
().
querySelector
(
'
query
'
).
getAttribute
(
'
queryid
'
);
var
callback
=
jasmine
.
createSpy
(
'
callback
'
);
_converse
.
api
.
archive
.
query
({
'
with
'
:
'
coven@chat.shakespeare.lit
'
,
'
groupchat
'
:
true
},
callback
);
var
queryid
=
sent_stanza
.
nodeTree
.
querySelector
(
'
query
'
).
getAttribute
(
'
queryid
'
);
expect
(
sent_stanza
.
toString
()).
toBe
(
"
<iq type='set' xmlns='jabber:client' id='
"
+
IQ_id
+
"
'>
"
+
"
<iq type='set'
to='coven@chat.shakespeare.lit'
xmlns='jabber:client' id='
"
+
IQ_id
+
"
'>
"
+
"
<query xmlns='urn:xmpp:mam:2' queryid='
"
+
queryid
+
"
'>
"
+
"
<x xmlns='jabber:x:data' type='submit'>
"
+
"
<field var='FORM_TYPE' type='hidden'>
"
+
"
<value>urn:xmpp:mam:2</value>
"
+
"
</field>
"
+
"
<field var='with'>
"
+
"
<value>juliet@capulet.lit</value>
"
+
"
</field>
"
+
"
</x>
"
+
"
</query>
"
+
"
</iq>
"
);
"
</iq>
"
);
}));
it
(
"
checks whether returned MAM messages from a MUC room are from the right JID
"
,
mock
.
initConverse
(
function
(
_converse
)
{
if
(
!
_converse
.
disco_entities
.
get
(
_converse
.
domain
).
features
.
findWhere
({
'
var
'
:
Strophe
.
NS
.
MAM
}))
{
_converse
.
disco_entities
.
get
(
_converse
.
domain
).
features
.
create
({
'
var
'
:
Strophe
.
NS
.
MAM
});
}
var
sent_stanza
,
IQ_id
;
var
sendIQ
=
_converse
.
connection
.
sendIQ
;
spyOn
(
_converse
.
connection
,
'
sendIQ
'
).
and
.
callFake
(
function
(
iq
,
callback
,
errback
)
{
sent_stanza
=
iq
;
IQ_id
=
sendIQ
.
bind
(
this
)(
iq
,
callback
,
errback
);
});
var
callback
=
jasmine
.
createSpy
(
'
callback
'
);
_converse
.
api
.
archive
.
query
({
'
with
'
:
'
coven@chat.shakespear.lit
'
,
'
groupchat
'
:
true
,
'
max
'
:
'
10
'
},
callback
);
var
queryid
=
sent_stanza
.
nodeTree
.
querySelector
(
'
query
'
).
getAttribute
(
'
queryid
'
);
/* <message id='iasd207' from='coven@chat.shakespeare.lit' to='hag66@shakespeare.lit/pda'>
* <result xmlns='urn:xmpp:mam:2' queryid='g27' id='34482-21985-73620'>
* <forwarded xmlns='urn:xmpp:forward:0'>
* <delay xmlns='urn:xmpp:delay' stamp='2002-10-13T23:58:37Z'/>
* <message xmlns="jabber:client"
* from='coven@chat.shakespeare.lit/firstwitch'
* id='162BEBB1-F6DB-4D9A-9BD8-CFDCC801A0B2'
* type='groupchat'>
* <body>Thrice the brinded cat hath mew'd.</body>
* <x xmlns='http://jabber.org/protocol/muc#user'>
* <item affiliation='none'
* jid='witch1@shakespeare.lit'
* role='participant' />
* </x>
* </message>
* </forwarded>
* </result>
* </message>
*/
var
msg1
=
$msg
({
'
id
'
:
'
iasd207
'
,
'
from
'
:
'
other@chat.shakespear.lit
'
,
'
to
'
:
'
dummy@localhost
'
})
.
c
(
'
result
'
,
{
'
xmlns
'
:
'
urn:xmpp:mam:2
'
,
'
queryid
'
:
queryid
,
'
id
'
:
'
34482-21985-73620
'
})
.
c
(
'
forwarded
'
,
{
'
xmlns
'
:
'
urn:xmpp:forward:0
'
})
.
c
(
'
delay
'
,
{
'
xmlns
'
:
'
urn:xmpp:delay
'
,
'
stamp
'
:
'
2010-07-10T23:08:25Z
'
}).
up
()
.
c
(
'
message
'
,
{
'
xmlns
'
:
'
jabber:client
'
,
'
to
'
:
'
dummy@localhost
'
,
'
id
'
:
'
162BEBB1-F6DB-4D9A-9BD8-CFDCC801A0B2
'
,
'
from
'
:
'
coven@chat.shakespeare.lit/firstwitch
'
,
'
type
'
:
'
groupchat
'
})
.
c
(
'
body
'
).
t
(
"
Thrice the brinded cat hath mew'd.
"
);
_converse
.
connection
.
_dataRecv
(
test_utils
.
createRequest
(
msg1
));
/* Send an <iq> stanza to indicate the end of the result set.
*
* <iq type='result' id='juliet1'>
* <fin xmlns='urn:xmpp:mam:2'>
* <set xmlns='http://jabber.org/protocol/rsm'>
* <first index='0'>28482-98726-73623</first>
* <last>09af3-cc343-b409f</last>
* <count>20</count>
* </set>
* </iq>
*/
var
stanza
=
$iq
({
'
type
'
:
'
result
'
,
'
id
'
:
IQ_id
})
.
c
(
'
fin
'
,
{
'
xmlns
'
:
'
urn:xmpp:mam:2
'
})
.
c
(
'
set
'
,
{
'
xmlns
'
:
'
http://jabber.org/protocol/rsm
'
})
.
c
(
'
first
'
,
{
'
index
'
:
'
0
'
}).
t
(
'
23452-4534-1
'
).
up
()
.
c
(
'
last
'
).
t
(
'
09af3-cc343-b409f
'
).
up
()
.
c
(
'
count
'
).
t
(
'
16
'
);
_converse
.
connection
.
_dataRecv
(
test_utils
.
createRequest
(
stanza
));
expect
(
callback
).
toHaveBeenCalled
();
var
args
=
callback
.
calls
.
argsFor
(
0
);
expect
(
args
[
0
].
length
).
toBe
(
0
);
}));
it
(
"
can be used to query for all messages in a certain timespan
"
,
mock
.
initConverse
(
function
(
_converse
)
{
...
...
src/converse-mam.js
View file @
bf97ffd3
...
...
@@ -84,6 +84,11 @@
const
messages
=
[];
const
message_handler
=
_converse
.
connection
.
addHandler
(
function
(
message
)
{
if
(
options
.
groupchat
)
{
if
(
message
.
getAttribute
(
'
from
'
)
!==
options
[
'
with
'
])
{
// eslint-disable-line dot-notation
return
true
;
}
}
const
result
=
message
.
querySelector
(
'
result
'
);
if
(
!
_
.
isNull
(
result
)
&&
result
.
getAttribute
(
'
queryid
'
)
===
queryid
)
{
messages
.
push
(
message
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment