|
@@ -714,7 +714,7 @@
|
|
.c('forwarded', {'xmlns': Strophe.NS.FORWARD})
|
|
.c('forwarded', {'xmlns': Strophe.NS.FORWARD})
|
|
.c('delay', {
|
|
.c('delay', {
|
|
'xmns': Strophe.NS.DELAY,
|
|
'xmns': Strophe.NS.DELAY,
|
|
- 'stamp': moment.format()
|
|
|
|
|
|
+ 'stamp': moment().format()
|
|
}).up()
|
|
}).up()
|
|
.cnode(messageStanza.tree())
|
|
.cnode(messageStanza.tree())
|
|
);
|
|
);
|