How to get Archived Messages
CreativeWolf opened this issue · 5 comments
What do you mean by "archive" ? Any specification link or maybe example ?
which by the way, goes in an endless loop while retrieving when I tried the while loop method you had mentioned.
My assumption is that client must inform server that it received those messages, but maybe it just a bug.
Need a time to test and debug offline messages then.
Please let me know how I can help contribute.
You can play around here. When message
stanza received it in $msgNode
which type is http://php.net/domnode
Line 219 in 639626d
Here is attach event on incoming message
Line 120 in 639626d
Here you can investigate type of event to attach ({jabber:client}message
in case of incoming <message>
for example)
Line 359 in 639626d