loudmouth/lm-connection.h
changeset 307 f169e9281745
parent 306 d466fc30829f
child 308 7e2050a6df75
equal deleted inserted replaced
306:d466fc30829f 307:f169e9281745
   116 void          lm_connection_set_server        (LmConnection       *connection,
   116 void          lm_connection_set_server        (LmConnection       *connection,
   117 					       const gchar        *server);
   117 					       const gchar        *server);
   118 void          lm_connection_set_jid           (LmConnection       *connection,
   118 void          lm_connection_set_jid           (LmConnection       *connection,
   119 					       const gchar        *jid);
   119 					       const gchar        *jid);
   120 const gchar * lm_connection_get_jid           (LmConnection       *connection);
   120 const gchar * lm_connection_get_jid           (LmConnection       *connection);
   121 const gchar * lm_connection_get_effective_jid (LmConnection       *connection);
   121 gchar *       lm_connection_get_full_jid      (LmConnection       *connection);
   122 
   122 
   123 guint         lm_connection_get_port          (LmConnection       *connection);
   123 guint         lm_connection_get_port          (LmConnection       *connection);
   124 void          lm_connection_set_port          (LmConnection       *connection,
   124 void          lm_connection_set_port          (LmConnection       *connection,
   125 					       guint               port);
   125 					       guint               port);
   126 
   126