annotate pixmaps/crossedlips.xpm @ 3595:1e60a05c7482

[gaim-migrate @ 3697] This adds le non-direct connect typing notification for oscar. How it works, in a nutshell: -AIM servers append a flag telling remote clients you support typing notification -You tell the AIM servers you support typing notification when you sign on (by changing the "flags" passed to aim_seticbmparam()) -Clients send little typing notification messages to other clients, but only when they know that the other client supports it (so after you've received an IM from the other person) I also fixed a compile warning or two dealing with SSI stuff. Things to look out for: -ICQ states doing weird things -Typing notification works with MacAIM clients (iChat and the official one) -Typing notification doesn't try to send stuff to clients that don't support (I have no idea how you're supposed to look out for this. It should be ok) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 06 Oct 2002 03:08:47 +0000
parents 230b022108f4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
500
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
1 /* XPM */
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
2 static char * crossedlips_xpm[] = {
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
3 "19 19 5 1",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
4 " c None",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
5 ". c #000000",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
6 "+ c #CCCC00",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
7 "@ c #FFFF00",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
8 "# c #333300",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
9 " ....... ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
10 " ..+@@@@@+.. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
11 " .+@@@@@@@@@+. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
12 " .@@@#@@@@@#@@@. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
13 " .+@@...@@@...@@+. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
14 " .@@@...@@@...@@@. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
15 ".+@@@...@@@...@@@+.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
16 ".@@@@@.@@@@@.@@@@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
17 ".@@@@@@@@@@@@@@@@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
18 ".@@@@@@@@@@@@@@@@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
19 ".@@@@..@@@@@..@@@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
20 ".@@@@+...+...+@@@@.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
21 ".+@@@@@+...+@@@@@+.",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
22 " .@@@+...+.#.+@@@. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
23 " .+@@..@@@@@..@@+. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
24 " .@@@@@@@@@@@@@. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
25 " .+@@@@@@@@@+. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
26 " ..+@@@@@+.. ",
230b022108f4 [gaim-migrate @ 510]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
diff changeset
27 " ....... "};