loudmouth/lm-connection.h
changeset 297 f65eee8ec802
parent 288 8f7aaf4d2f13
child 306 d466fc30829f
equal deleted inserted replaced
296:54393019edac 297:f65eee8ec802
   114 void          lm_connection_set_server        (LmConnection       *connection,
   114 void          lm_connection_set_server        (LmConnection       *connection,
   115 					       const gchar        *server);
   115 					       const gchar        *server);
   116 void          lm_connection_set_jid           (LmConnection       *connection,
   116 void          lm_connection_set_jid           (LmConnection       *connection,
   117 					       const gchar        *jid);
   117 					       const gchar        *jid);
   118 const gchar * lm_connection_get_jid           (LmConnection       *connection);
   118 const gchar * lm_connection_get_jid           (LmConnection       *connection);
       
   119 const gchar * lm_connection_get_effective_jid (LmConnection       *connection);
   119 
   120 
   120 guint         lm_connection_get_port          (LmConnection       *connection);
   121 guint         lm_connection_get_port          (LmConnection       *connection);
   121 void          lm_connection_set_port          (LmConnection       *connection,
   122 void          lm_connection_set_port          (LmConnection       *connection,
   122 					       guint               port);
   123 					       guint               port);
   123 
   124