Protocols/OSCAR/SNAC/FEEDBAG RIGHTS QUERY: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
{{Protocols/OSCAR/SNAC/FEEDBAG__RIGHTS_QUERY/Description}} | {{Protocols/OSCAR/SNAC/FEEDBAG__RIGHTS_QUERY/Description}} | ||
This should be called before the [[Protocols/OSCAR/SNAC/FEEDBAG__QUERY|FEEDBAG__QUERY]] SNAC and before the [[Protocols/OSCAR/SNAC/OSERVICE_CLIENT_ONLINE|OSERVICE__CLIENT_ONLINE]]. This is useful to figure out how many items are allowed for each class type. | |||
== SNAC Header == | == SNAC Header == | ||
Line 18: | Line 20: | ||
== SNAC Data == | == SNAC Data == | ||
{| class="wikitable" | |||
! Name | |||
! Type | |||
! Notes | |||
|- | |||
| tlvs | |||
| Rest of SNAC array of [[Protocols/OSCAR/TLV|TLV]] | |||
| ''[Class: [[Protocols/OSCAR/SNAC/FEEDBAG_RIGHTS_QUERY#TLV_Class:_FEEDBAG_RIGHTS_QUERY_TAGS|FEEDBAG__RIGHTS_QUERY_TAGS]]]'' Qualifying parameters | |||
|} | |||
=== TLV Class: FEEDBAG__RIGHTS_QUERY_TAGS === | === TLV Class: FEEDBAG__RIGHTS_QUERY_TAGS === | ||
These are the types used in the Feedbag rights query. | |||
{| class="wikitable" | |||
! Name | |||
! Tag | |||
! Type | |||
! Notes | |||
|- | |||
| FEEDBAG__RIGHTS_QUERY_TLV_TAGS_FLAGS | |||
| 0x0B | |||
| uint16 (word) | |||
| ''[Class: [[Protocols/OSCAR/SNAC/FEEDBAG_RIGHTS_QUERY#Class:_FEEDBAG_RIGHTS_QUERY_FLAGS|FEEDBAG__RIGHTS_QUERY_FLAGS]]]'' Flags that govern feature support | |||
|} | |||
=== Class: FEEDBAG__RIGHTS_QUERY_FLAGS === | === Class: FEEDBAG__RIGHTS_QUERY_FLAGS === | ||
These are the flags used in FEEDBAG__RIGHTS_QUERY to determine how Feedbag is treated. | |||
{| class="wikitable" | |||
! Name | |||
! Value | |||
! Notes | |||
|- | |||
| FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_INTERACTION_SUPPORTED | |||
| 0x0001 | |||
| Client supports interactions | |||
|- | |||
| FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_AUTHORIZATION_SUPPORTED | |||
| 0x0002 | |||
| Client supports Buddy authorization | |||
|- | |||
| FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_DOMAIN_SN_SUPPORTED | |||
| 0x0004 | |||
| Client supports a@b.com | |||
|- | |||
| FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_ICQ_NUM_SUPPORTED | |||
| 0x0008 | |||
| Client supports 1234567890 | |||
|- | |||
| FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_SMS_NUM_SUPPORTED | |||
| 0x0010 | |||
| Client supports +17035551212 | |||
|- | |||
| FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_ALIAS_ATTR_SUPPORTED | |||
| 0x0020 | |||
| Client supports alias attribute | |||
|- | |||
| FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_SMARTGRP_SUPPORTED | |||
| 0x0040 | |||
| Client supports smart groups | |||
|} | |||
== FEEDBAG SNACs == | == FEEDBAG SNACs == |
Revision as of 04:00, 23 March 2020
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) |
ID | Origin | Name | Foodgroup | Service | Status | Version |
---|---|---|---|---|---|---|
0x0013, 0x0002 | Client | FEEDBAG__RIGHTS_QUERY | Unspecified | BOS | Active | 4.0 |
This SNAC issues a query to the host for the client's Feedbag rights and to let the system know what kind of Feedbag support it wants.
This should be called before the FEEDBAG__QUERY SNAC and before the OSERVICE__CLIENT_ONLINE. This is useful to figure out how many items are allowed for each class type.
SNAC Header
Foodgroup | uint16 (word) | 00 13 |
Subgroup | uint16 (word) | 00 02 |
Flags | uint16 (word) | 00 00 |
Request ID | uint32 (dword) | 00 00 00 00 |
SNAC Data
Name | Type | Notes |
---|---|---|
tlvs | Rest of SNAC array of TLV | [Class: FEEDBAG__RIGHTS_QUERY_TAGS] Qualifying parameters |
TLV Class: FEEDBAG__RIGHTS_QUERY_TAGS
These are the types used in the Feedbag rights query.
Name | Tag | Type | Notes |
---|---|---|---|
FEEDBAG__RIGHTS_QUERY_TLV_TAGS_FLAGS | 0x0B | uint16 (word) | [Class: FEEDBAG__RIGHTS_QUERY_FLAGS] Flags that govern feature support |
Class: FEEDBAG__RIGHTS_QUERY_FLAGS
These are the flags used in FEEDBAG__RIGHTS_QUERY to determine how Feedbag is treated.
Name | Value | Notes |
---|---|---|
FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_INTERACTION_SUPPORTED | 0x0001 | Client supports interactions |
FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_AUTHORIZATION_SUPPORTED | 0x0002 | Client supports Buddy authorization |
FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_DOMAIN_SN_SUPPORTED | 0x0004 | Client supports a@b.com |
FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_ICQ_NUM_SUPPORTED | 0x0008 | Client supports 1234567890 |
FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_SMS_NUM_SUPPORTED | 0x0010 | Client supports +17035551212 |
FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_ALIAS_ATTR_SUPPORTED | 0x0020 | Client supports alias attribute |
FEEDBAG__RIGHTS_QUERY_TAGS_FLAGS_SMARTGRP_SUPPORTED | 0x0040 | Client supports smart groups |
FEEDBAG SNACs
|