Subject: Receiving own messages from another resource
Hi,
I'm trying to create message archiving functionality to existing system. The idea would be to have a separate web server that collects and archives the message history. I can already archive all the messages that are coming from the other participant, but receiving messages from own main resource seems to be impossible for me to accomplish.
Ex:Romeo Ex:Julia
romeo@server/main julia@server/main
romeo@server/archiver
So, the situation is that the archiver can easily receive all the messages coming from Julia, but it cannot receive any messages that are sent from Romeo/main. So, now I'm actually asking the different possibilities for doing this? I'm unable to chage the code of the 'main' -resource, although I might be able to change some of the settings from the XMPP server.
Or are there any other methods that I could use to receive the messages also from 'main' at the archiver resource?
I'm trying to create message archiving functionality to existing system. The idea would be to have a separate web server that collects and archives the message history. I can already archive all the messages that are coming from the other participant, but receiving messages from own main resource seems to be impossible for me to accomplish.
Ex:Romeo Ex:Julia
romeo@server/main julia@server/main
romeo@server/archiver
So, the situation is that the archiver can easily receive all the messages coming from Julia, but it cannot receive any messages that are sent from Romeo/main. So, now I'm actually asking the different possibilities for doing this? I'm unable to chage the code of the 'main' -resource, although I might be able to change some of the settings from the XMPP server.
Or are there any other methods that I could use to receive the messages also from 'main' at the archiver resource?