Created
April 27, 2009 06:49
-
-
Save itszero/102365 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Client 連線到 Server 後送出 | |
Client => LOGIN [使用者名稱] [MD5編碼密碼](換行) | |
Server 收到後如果正確就會回傳 | |
Server => LOGIN OK(換行) | |
如果失敗則回應 | |
Server => LOGIN FAIL(換行) | |
範例: | |
Client => LOGIN itsZero 68e109f0f40ca72a15e05cc22786f8e6 | |
Server => LOGIN OK | |
Client => LOGIN itsZero 18273891273891893712897389127 | |
Server => LOGIN FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment