Commit 69a23ff60ed78b7b6f8686004b8cb786494ec240
1 parent
561fea46
Updated readme
Showing
1 changed file
with
21 additions
and
0 deletions
README.md
... | ... | @@ -7,3 +7,24 @@ Files: |
7 | 7 | |
8 | 8 | * **line.thrift**: a hopefully complete Apache Thrift interface file for the protocol |
9 | 9 | * **line-protocol.md**: the rest of the implementation details and notes that should be sufficient to implement a client |
10 | + | |
11 | +LINE instant messenger protocol documentation | |
12 | +============================================= | |
13 | + | |
14 | +These files are the results of research into the LINE instant messenger protocol. The purpose of the | |
15 | +research is to provide information about its inner workings and security to its users as well as | |
16 | +produce documentation required to create compatible client software implementations. | |
17 | + | |
18 | +The information provided here was gathered by examining official LINE client software. | |
19 | + | |
20 | +Files | |
21 | +----- | |
22 | + | |
23 | +* **line-protocol.md:** Explanation of the wire protocol, the usage of the different functions and | |
24 | + other implementation details. | |
25 | +* **line.thrift:** An Apache Thrift interface file produced by analyzing official LINE software. | |
26 | +* **line-main.thrift:** A filtered version of line.thrift with only the core services required for | |
27 | + an instant messenger and some identifiers renamed for better compatibility with some programming | |
28 | + languages. | |
29 | + | |
30 | +*This work is not connected with LINE Corporation.* | ... | ... |