From: Mark D. <ma...@ki...> - 2007-03-23 06:09:03
|
On Wed, 14 Mar 2007 11:31:48 +0100, Tim Huetz wrote > I have a really stupid question: I want to extend a gaim plugin with > some features (just for myself [and if its good enough also for the > public]). I'm searching for some days for the part in the source > code of the oscar protocol which handles a away message request. I > mean, if another ICQ user opens a new conversation the default ICQ > client will request the away message of the user. Now, my question > is where gaim handles this request. In which source file / function > I have to search. It would be really great, if you can answer me > this question. Thanks a lot. For ICQ? I guess the call stack is something like libgaim/server.c:serv_get_info libgaim/protocols/oscar/oscar.c:oscar_get_info libgaim/protocols/oscar/family_icq.c:aim_icq_getallinfo That's for Gaim 2.0.0 beta 6. And it might not actually work... this is one of the features of ICQ that Gaim doesn't support very well. -Mark |