SNAC(85,02) [IServerd extension] CLI_BROADCAST_MESSAGE 

Client use this snac to send administrative broadcast message. This family currently supported only by IServerd. Server should reply via SNAC(85,03). Online flag: 1 - message to online users only, 0 - to all users. This family was created for miranda plugin writers.

 00 85   word   SNAC family
 00 02   word   SNAC subtype
 xx xx   word   SNAC flags
 xx xx xx xx   dword   SNAC request-id
 01 00   word   TLV.Type(0x0100) - on/off flag
 00 02   word   TLV.Length
 00 xx   word   online/offline flag
 02 00   word   TLV.Type(0x0200) - message subject
 xx xx   word   TLV.Length
 xx ..   string   Message subject string
 03 00   word   TLV.Type(0x0300) - message text
 xx xx   word   TLV.Length
 xx ..   string   Message subject string

Example SNAC dump with flap header:

  2A 02 27 E3 00 50 00 85  00 02 00 00 00 00 00 14  *.'..... ........
  01 00 00 02 00 01 02 00  00 0F 4D 65 73 73 61 67  ........ ..Messag
  65 20 73 75 62 6A 65 63  74 03 00 00 29 4D 65 73  e subjec t...)Mes
  73 61 67 65 20 74 65 78  74 20 73 74 72 69 6E 67  sage tex t string
  31 0A 6D 65 73 73 61 67  65 20 74 65 78 74 20 73  1.messag e text s
  74 72 69 6E 67 32                                 tring2


  Main | Basic | Login | Snaclist | Sequences | Misc | Changes | Credits | Terms