Changes in protocols/oscar/auth.c [b7d3cc34:fbc7844]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/auth.c
rb7d3cc34 rfbc7844 352 352 { 353 353 guint8 encoding_table[] = { 354 #if 0 /* old v1 table */ 355 0xf3, 0xb3, 0x6c, 0x99, 356 0x95, 0x3f, 0xac, 0xb6, 357 0xc5, 0xfa, 0x6b, 0x63, 358 0x69, 0x6c, 0xc3, 0x9f 359 #else /* v2.1 table, also works for ICQ */ 354 /* v2.1 table, also works for ICQ */ 360 355 0xf3, 0x26, 0x81, 0xc4, 361 356 0x39, 0x86, 0xdb, 0x92, 362 357 0x71, 0xa3, 0xb9, 0xe6, 363 358 0x53, 0x7a, 0x95, 0x7c 364 #endif365 359 }; 366 360 int i;
Note: See TracChangeset
for help on using the changeset viewer.