comparison src/protocols/jabber/jconn.c @ 3159:fce1883cc608

[gaim-migrate @ 3175] new shortcuts: Ctrl-- Decrease Font Size Ctrl-= Increase Font Size Ctrl-0 Normal Font Size Ctrl-F Select Font Ctrl-C Text Color Ctrl-W Close IM/Chat Window (or Tab, if using tabbed conversations) Ctrl-N New IM/Chat Tab (if using tabbed conversations) Ctrl-Z Minimize (Iconify) IM/Chat Window -As suggested by Shreedeep K Bhachech committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Apr 2002 08:10:13 +0000
parents 424a40f12a6c
children 988485669631
comparison
equal deleted inserted replaced
3158:ea6f8d8d74e5 3159:fce1883cc608
382 * id of the iq packet 382 * id of the iq packet
383 */ 383 */
384 char *jab_reg(jconn j) 384 char *jab_reg(jconn j)
385 { 385 {
386 xmlnode x,y,z; 386 xmlnode x,y,z;
387 char *hash, *user, *id; 387 char *user, *id;
388 388
389 if (!j) return(NULL); 389 if (!j) return(NULL);
390 390
391 x = jutil_iqnew(JPACKET__SET, NS_REGISTER); 391 x = jutil_iqnew(JPACKET__SET, NS_REGISTER);
392 id = jab_getid(j); 392 id = jab_getid(j);