loudmouth/lm-connection.h
changeset 89 e756a937e540
parent 87 2d68f59e3fd4
child 90 3f4b38614416
--- a/loudmouth/lm-connection.h	Sun Aug 08 20:04:15 2004 +0000
+++ b/loudmouth/lm-connection.h	Sun Aug 08 23:07:23 2004 +0000
@@ -110,9 +110,9 @@
 const gchar * lm_connection_get_server        (LmConnection       *connection);
 void          lm_connection_set_server        (LmConnection       *connection,
 					       const gchar        *server);
-void          lm_connection_set_host          (LmConnection       *connection,
-					       const gchar        *host);
-const gchar * lm_connection_get_host          (LmConnection       *connection);
+void          lm_connection_set_jid           (LmConnection       *connection,
+					       const gchar        *jid);
+const gchar * lm_connection_get_jid           (LmConnection       *connection);
 
 guint         lm_connection_get_port          (LmConnection       *connection);
 void          lm_connection_set_port          (LmConnection       *connection,