Changes in protocols/oscar/auth.c [fbc7844:b7d3cc34]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/auth.c
rfbc7844 rb7d3cc34 352 352 { 353 353 guint8 encoding_table[] = { 354 /* v2.1 table, also works for ICQ */ 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 */ 355 360 0xf3, 0x26, 0x81, 0xc4, 356 361 0x39, 0x86, 0xdb, 0x92, 357 362 0x71, 0xa3, 0xb9, 0xe6, 358 363 0x53, 0x7a, 0x95, 0x7c 364 #endif 359 365 }; 360 366 int i;
Note: See TracChangeset
for help on using the changeset viewer.