Skip to content

Instantly share code, notes, and snippets.

@jricesterenator
Created August 24, 2012 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jricesterenator/c67dfbdd0887f7ecc26a to your computer and use it in GitHub Desktop.
Save jricesterenator/c67dfbdd0887f7ecc26a to your computer and use it in GitHub Desktop.
meanwhile changes to log server version on connect
--- src/session.c 2005-12-15 14:11:47.000000000 -0600
+++ src/session.c 2012-08-22 08:40:54.043701375 -0500
@@ -448,6 +448,8 @@
property_set(s, mwSession_SERVER_VER_MAJOR, GPOINTER(msg->major), NULL);
property_set(s, mwSession_SERVER_VER_MINOR, GPOINTER(msg->minor), NULL);
+ g_info("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));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment