diff options
Diffstat (limited to 'protocols/Sametime/src/meanwhile/src/session.c')
-rw-r--r-- | protocols/Sametime/src/meanwhile/src/session.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Sametime/src/meanwhile/src/session.c b/protocols/Sametime/src/meanwhile/src/session.c index 6c116b7a58..d02d3a09bd 100644 --- a/protocols/Sametime/src/meanwhile/src/session.c +++ b/protocols/Sametime/src/meanwhile/src/session.c @@ -450,6 +450,8 @@ static void HANDSHAKE_ACK_recv(struct mwSession *s, property_set(s, mwSession_SERVER_VER_MAJOR, GPOINTER(msg->major), NULL); property_set(s, mwSession_SERVER_VER_MINOR, GPOINTER(msg->minor), NULL); + g_message("Sametime server version (major/minor): 0x%x / 0x%x", msg->major, msg->minor); + /* compose the login message */ log = (struct mwMsgLogin *) mwMessage_new(mwMessage_LOGIN); log->login_type = GUINT(property_get(s, mwSession_CLIENT_TYPE_ID)); |