Mercurial > pidgin
comparison libpurple/protocols/qq/qq_define.c @ 25515:7f903e67a995
2009.02.09 - Chengming Wang <tiger2007532246(at)gmail.com>
* Added buddy 'get memo', 'remove memo', 'upload memo' functions
author | SHiNE CsyFeK <csyfek@gmail.com> |
---|---|
date | Mon, 09 Feb 2009 15:49:14 +0000 |
parents | bc597cf503b1 |
children | 4deef745de87 |
comparison
equal
deleted
inserted
replaced
25436:cddd7961901f | 25515:7f903e67a995 |
---|---|
187 return "CMD_BUDDY_ADD_AUTH_EX"; | 187 return "CMD_BUDDY_ADD_AUTH_EX"; |
188 case QQ_CMD_BUDDY_CHECK_CODE: | 188 case QQ_CMD_BUDDY_CHECK_CODE: |
189 return "CMD_BUDDY_CHECK_CODE"; | 189 return "CMD_BUDDY_CHECK_CODE"; |
190 case QQ_CMD_BUDDY_QUESTION: | 190 case QQ_CMD_BUDDY_QUESTION: |
191 return "CMD_BUDDY_QUESTION"; | 191 return "CMD_BUDDY_QUESTION"; |
192 case QQ_CMD_BUDDY_MEMO: | |
193 return "CMD_BUDDY_MEMO"; | |
192 default: | 194 default: |
193 return "CMD_UNKNOW"; | 195 return "CMD_UNKNOW"; |
194 } | 196 } |
195 } | 197 } |
196 | 198 |