]> git.pld-linux.org Git - packages/gg2.git/commitdiff
- use the lm_connection_{set,get}_jid() functions needed to login into server diffren...
authorMichal Moskal <michal@moskal.me>
Tue, 22 Jun 2004 16:03:14 +0000 (16:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gg2-jabber_login.patch -> 1.1

gg2-jabber_login.patch [new file with mode: 0644]

diff --git a/gg2-jabber_login.patch b/gg2-jabber_login.patch
new file mode 100644 (file)
index 0000000..6e1ca9d
--- /dev/null
@@ -0,0 +1,11 @@
+--- gg2-2.0.3/src/plugins/jabber/jabber_login.c~       2004-06-22 17:31:54.245710015 +0200
++++ gg2-2.0.3/src/plugins/jabber/jabber_login.c        2004-06-22 17:32:16.104767404 +0200
+@@ -136,6 +136,8 @@
+               lm_connection_set_port(jabber_data.connection,LM_CONNECTION_DEFAULT_PORT);
+               /* lm_connection_unref(connection); */
+       }
++      
++      lm_connection_set_jid(jabber_data.connection, jid);
+       if (ggadu_config_var_get(jabber_handler, "use_ssl"))
+       {
This page took 0.067178 seconds and 4 git commands to generate.