summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a7d289c)
raw | patch | inline | side by side (parent: a7d289c)
author | ishmal <ishmal@users.sourceforge.net> | |
Thu, 15 May 2008 19:49:22 +0000 (19:49 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Thu, 15 May 2008 19:49:22 +0000 (19:49 +0000) |
src/jabber_whiteboard/pedrogui.cpp | patch | blob | history |
index 95ef0c96ad10ad6a283f187e953d17c1a3e6b439..035fc5a2f9c9294fd1292dc719d1186e8778351b 100644 (file)
table.resize(6, 2);
get_vbox()->pack_start(table);
- parent.client.setHost("broadway.dynalias.com");
+ parent.client.setHost("enter server name");
parent.client.setPort(5222);
parent.client.setUsername("");
parent.client.setPassword("");
- parent.client.setResource("pedroXmpp");
+ parent.client.setResource("inkscape");
hostLabel.set_text("Host");
table.attach(hostLabel, 0, 1, 0, 1);