# HG changeset patch # User Matthew Wild # Date 1290090051 0 # Node ID 3c067736570cbb76c0322cc86a6581359f5df1bd # Parent 05b2fd8fe5aac8c2dac372619ab95adfa4500538 Change test accounts to @localhost, and make the passwords the same diff -r 05b2fd8fe5aa -r 3c067736570c throughput/main.c --- a/throughput/main.c Thu Nov 18 13:45:45 2010 +0000 +++ b/throughput/main.c Thu Nov 18 14:20:51 2010 +0000 @@ -18,10 +18,10 @@ time_t lasttime; /* Time of the last sample we took */ -char* jid1 = "test1@getjabber.ath.cx"; -char* jid2 = "test2@getjabber.ath.cx"; -char* pass1 = "test1"; -char* pass2 = "test2"; +char* jid1 = "test1@localhost"; +char* jid2 = "test2@localhost"; +char* pass1 = "test"; +char* pass2 = "test"; xmpp_stanza_t *bstanza;