Can wodXMPP and wodVPN act together? (wodVPN)
Hi Jasmine,
Here is a image from the test demo (Delphi): imgur.com/a/s71W4
Code from search button is:
[code]
wodVPN1.Tag := 0;
wodVPN1.RetryWait := 1000;
wodVPN1.RetryCount := 15; // search for 15 seconds (each second one packet)
wodVPN1.Search(SrchUDPSingle, Edit3.Text, 'mediator.weonlydo.com', 8000);
AddToList('Searching for '+ Edit3.Text);
[/code]
Seems that mediator.weonlydo.com was not found, or I didn't understand what to do. Can you help please?
Regards,
Fabio