Protocols/OSCAR/Messages: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Protocols/OSCAR}} == Message == == Message Types == == Message Flags == Category:Stub Category:AOL Category:AIM Category:Protocols/OSCAR Category:Work_...") |
|||
Line 6: | Line 6: | ||
== Message Flags == | == Message Flags == | ||
<b>Message flags</b>. Message flag used to indicate additional message properties. | |||
like auto message, multiple recipients message, etc. Message flag field occupy 1 | |||
byte. Here is the list of known message flag codes:<br><br> | |||
<table width=100% cellSpacing=0 cellPadding=0 align=center border=0> | |||
<tr><td width=20></td> | |||
<td> | |||
<table width=570 bgcolor=darkblue cellSpacing=0 cellPadding=0 border=0><tr><td> | |||
<table width=100% cellSpacing=2 cellPadding=0 border=0> | |||
<tr><td bgcolor=#E5E5E5> | |||
<table width=570 cellSpacing=1 cellPadding=1 border=0> | |||
<tr> | |||
<td bgcolor=#f9f9f9 width=50 valign=top> <b>0x01</b></td> | |||
<td bgcolor=#f9f9f9 width=1 valign=top> MFLAG_NORMAL </td> | |||
<td bgcolor=#f9f9f9 width=350 valign=top> Normal message</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor=#f9f9f9 valign=top> <b>0x03</b></td> | |||
<td bgcolor=#f9f9f9 valign=top> MFLAG_AUTO </td> | |||
<td bgcolor=#f9f9f9 valign=top> Auto-message flag</td> | |||
</tr> | |||
<tr> | |||
<td bgcolor=#f9f9f9 valign=top> <b>0x80</b></td> | |||
<td bgcolor=#f9f9f9 valign=top> MFLG_MULTI </td> | |||
<td bgcolor=#f9f9f9 valign=top> This is multiple recipients message</td> | |||
</tr> | |||
</table> | |||
</td></tr></table> | |||
</td></tr></table> | |||
</td></tr></table> | |||
[[Category:Stub]] | [[Category:Stub]] |
Revision as of 11:32, 14 February 2021
OSCAR Protocol |
Introduction • Terms • Clients |
Basic |
Datatypes • FLAP • SNAC • TLV |
UUIDs • Errors • Tool IDs |
Host Interaction |
Rate Limits • Migration • Messages |
Other Services |
ADMIN • ADVERT • ALERT |
BART • BOS • BUCP • CHAT |
CHAT_NAV |
Tutorials |
Sign On • BART • Rendezvous |
ICBM • Locate • Buddies |
Foodgroups |
OSERVICE (0x0001) |
LOCATE (0x0002) |
BUDDY (0x0003) |
ICBM (0x0004) |
ADVERT (0x0005) |
INVITE (0x0006) |
ADMIN (0x0007) |
POPUP (0x0008) |
PD (0x0009) |
USER_LOOKUP (0x000A) |
STATS (0x000B) |
TRANSLATE (0x000C) |
CHAT_NAV (0x000D) |
CHAT (0x000E) |
ODIR (0x000F) |
BART (0x0010) |
FEEDBAG (0x0013) |
ICQ (0x0015) |
BUCP (0x0017) |
ALERT (0x0018) |
PLUGIN (0x0022) |
UNNAMED_FG_24 (0x0024) |
MDIR (0x0025) |
ARS (0x044A) |
Message
Message Types
Message Flags
Message flags. Message flag used to indicate additional message properties.
like auto message, multiple recipients message, etc. Message flag field occupy 1
byte. Here is the list of known message flag codes:
|