diff options
Diffstat (limited to 'matrix-connection.h')
-rw-r--r-- | matrix-connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix-connection.h b/matrix-connection.h index 9e9c166..a79c5cf 100644 --- a/matrix-connection.h +++ b/matrix-connection.h @@ -32,7 +32,7 @@ struct _PurpleConnection; typedef struct _MatrixConnectionData { struct _PurpleConnection *pc; - gchar *homeserver; /* hostname (:port) of the homeserver */ + gchar *homeserver; /* URL of the homeserver. Always ends in '/' */ gchar *user_id; /* our full user id ("@user:server") */ gchar *access_token; /* access token corresponding to our user */ |