Mercurial > pidgin
diff src/protocols/oscar/im.c @ 7334:83e8faa7f6d5
[gaim-migrate @ 7922]
Add the ability to view users with secure IM enabled on AIM. They have a
lock icon overlay. Also some other small changes and minor bandwidth
usage reduction. I'm Brian Fellows!
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 26 Oct 2003 07:35:16 +0000 |
| parents | b8fcbff88438 |
| children | d620bfb81384 |
line wrap: on
line diff
--- a/src/protocols/oscar/im.c Sun Oct 26 06:55:27 2003 +0000 +++ b/src/protocols/oscar/im.c Sun Oct 26 07:35:16 2003 +0000 @@ -1676,7 +1676,7 @@ * The next 16bytes are a capability block so we can * identify what type of rendezvous this is. */ - args.reqclass = aim_getcap(sess, &bbs, 0x10); + args.reqclass = aim_locate_getcaps(sess, &bbs, 0x10); /* * What follows may be TLVs or nothing, depending on the
