I have developed an Messenger client using agsXMPP library version 0.5.0.0.
Sometimes im my application it happens that the recipient doesn’'t gets the message.
I am not getting what is the problem. Is this is a agsXMPP problem or XMPP problem or my application problem ?
I am using Jive Messenger, Version: 2.2.2 as my xmpp server which is running on my development machine (Intel Pentium 4 CPU 3.00 GHz, 512 MB RAM).
Everyday around 40 messenger clients connect to this jive server and at the same time I do my development work. SQL Server 2000 is also running on my machine.
I think why the recipient sometimes doesn’'t gets the message is because everything is running on my development machine.
I am planning it to move to a proper server. Also the agsXMPP library I used is old one, so I need to replace it with new one.
Also the jive messenger server I am using is old one that also I need to replace with latest version.
Am I thinking in the proper direction ? Can u guys pls guide me to solve this issue.