comparison libpurple/protocols/mxit/protocol.c @ 31956:cce18a0ff43a

Due to the new alpha-numeric loginnames and auto-generated userId's the 'hide number' option is no longer valid/needed for most MXit users. Therefore remove the configuration option, and always enable it.
author andrew.victor@mxit.com
date Mon, 11 Apr 2011 21:28:33 +0000
parents 80bbed4cb649
children 67c2d695e8d5
comparison
equal deleted inserted replaced
31955:17875962a0a0 31956:cce18a0ff43a
1462 1462
1463 /* save the session id */ 1463 /* save the session id */
1464 session->http_sesid = atoi( records[0]->fields[0]->data ); 1464 session->http_sesid = atoi( records[0]->fields[0]->data );
1465 } 1465 }
1466 1466
1467 /* extract MXitId (from protocol 5.9) */ 1467 /* extract UserId (from protocol 5.9) */
1468 if ( records[1]->fcount >= 9 ) 1468 if ( records[1]->fcount >= 9 )
1469 session->uid = g_strdup( records[1]->fields[8]->data ); 1469 session->uid = g_strdup( records[1]->fields[8]->data );
1470 1470
1471 /* extract VoIP server (from protocol 6.2) */ 1471 /* extract VoIP server (from protocol 6.2) */
1472 if ( records[1]->fcount >= 11 ) 1472 if ( records[1]->fcount >= 11 )