Difference between revisions of "Protocols/OSCAR/Sign On"

From NINA Wiki
Jump to navigation Jump to search
m (AD moved page Protocols/OSCAR/Flow Signon to Protocols/OSCAR/Sign On: Name changed in protocol specification)
Line 160: Line 160:
  
 
-->
 
-->
 +
 +
=== Class: OSERVICE__MULTICONN_FLAGS ===
 +
 +
These flags control how multiple instances are handled by the servers and if current sessions need to be bumped off when a new session signs on.
 +
 +
{| class="wikitable"
 +
! Name
 +
! Value
 +
! Notes
 +
|-
 +
| OSERVICE__MULTICONN_LEVEL_OLD_CLIENT
 +
| 0x00
 +
| Don't use
 +
|-
 +
| OSERVICE__MULTICONN_LEVEL_MULTI
 +
| 0x01
 +
| This is a recent client that understands multiple instances
 +
|-
 +
| OSERVICE__MULTICONN_LEVEL_SINGLE
 +
| 0x03
 +
| This is a recent client that understands multiple instances but does not want them
 +
|}
  
 
[[Category:Stub]]
 
[[Category:Stub]]

Revision as of 21:04, 22 March 2020

OSCAR Protocol
IntroductionTermsClients
Basic
DatatypesFLAPSNACTLV
UUIDsErrorsTool IDs
Host Interaction
Rate LimitsMigrationMessages
Other Services
ADMINADVERTALERT
BARTBOSBUCPCHAT
CHAT_NAV
Tutorials
Sign OnBARTRendezvous
ICBMLocateBuddies
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)


Connection overview

Connection Acknowledge

Authorization Request - notes from another

Authorization Successful Response - notes from another


Auth error notes from another


BOS Signon Request

Class: OSERVICE__MULTICONN_FLAGS

These flags control how multiple instances are handled by the servers and if current sessions need to be bumped off when a new session signs on.

Name Value Notes
OSERVICE__MULTICONN_LEVEL_OLD_CLIENT 0x00 Don't use
OSERVICE__MULTICONN_LEVEL_MULTI 0x01 This is a recent client that understands multiple instances
OSERVICE__MULTICONN_LEVEL_SINGLE 0x03 This is a recent client that understands multiple instances but does not want them