Transactions: Difference between revisions
From Hotline Wiki
Jump to navigationJump to search
(Created page with "==Login to Server Connect Sequence== 107 myTran_Login C > S 109 myTran_ShowAgreement S > C 121 myTran_Agreed C > S 300 myTran_GetUserNameList C > S After this one of two things can occur based on Client settings: 200 myTran_GetFileNameList C > S or 370 myTran_GetNewsCatNameList C > S ==Invite to Chat Sequence== 113 myTran_InviteToChat C <> S 114 myTran_RejectChatInvite C > S Or 115 myTran_JoinChat C > S 116 myTran_LeaveCh...") |
(No difference)
|
Latest revision as of 14:54, 3 January 2024
Login to Server Connect Sequence
107 myTran_Login C > S
109 myTran_ShowAgreement S > C
121 myTran_Agreed C > S
300 myTran_GetUserNameList C > S
After this one of two things can occur based on Client settings:
200 myTran_GetFileNameList C > S
or
370 myTran_GetNewsCatNameList C > S
Invite to Chat Sequence
113 myTran_InviteToChat C <> S
114 myTran_RejectChatInvite C > S
Or
115 myTran_JoinChat C > S
116 myTran_LeaveChat C > S