summaryrefslogtreecommitdiff
path: root/src/sip-connection-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sip-connection-helpers.h')
-rw-r--r--src/sip-connection-helpers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sip-connection-helpers.h b/src/sip-connection-helpers.h
index 327c13c..4644908 100644
--- a/src/sip-connection-helpers.h
+++ b/src/sip-connection-helpers.h
@@ -66,6 +66,11 @@ gchar * tpsip_handle_normalize (TpHandleRepoIface *repo,
gpointer context,
GError **error);
+gchar *tpsip_normalize_contact (const gchar *sipuri,
+ const url_t *base_url,
+ const gchar *transport,
+ GError **error);
+
const url_t* tpsip_conn_get_contact_url (TpsipConnection *conn,
TpHandle handle);