summaryrefslogtreecommitdiff
path: root/src/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.c')
-rw-r--r--src/connection.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/connection.c b/src/connection.c
index 186997bd..00a6d56e 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -4203,3 +4203,9 @@ salut_connection_dup_avatar_requirements (GStrv *supported_mime_types,
if (max_bytes != NULL)
*max_bytes = AVATAR_MAX_BYTES;
}
+
+const TpPresenceStatusSpec *
+salut_connection_get_presence_statuses (void)
+{
+ return presence_statuses;
+}