error message below. server should actually be “link.sra.com” not “lnk.sra” (note the missing “i”. where do i change the property associated with this?
if you are using an external database (mySQL, Postgres, Oracle, etc) it would be easy to go into jiveroster and do a search for that name to see if a user has a mailformed JID they are attempting to contact.
For Postgres the command would be :
select * from jiveroster where jid like ‘’%lnk%’’;
I see thefailed to connect errors all the time from users old contact attempts.
Another way you can trigger a server-2-server communication is by just sending a message (e.g. starting a conversation) to someone that does not belong to your server. For instance, in Spark you can click on Actions --> Start Conversation enter johndoe@somewhere.com and the server will initiate a s2s connection.