throughput/main.c

changeset 3
3c067736570c
parent 2
05b2fd8fe5aa
--- 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;
 

mercurial