diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-28 16:59:27 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-28 16:59:27 +0000 |
commit | 9fd9231b1907964d635a50da24675674d2c42ece (patch) | |
tree | d58acc69f386620d9eb6c9879ec6456cc31149b9 /protocols/Skype/docs | |
parent | 7c0e5b51fe8bca5192638fa141dcc8e450ba4028 (diff) |
docs update
git-svn-id: http://svn.miranda-ng.org/main/trunk@2103 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/docs')
-rw-r--r-- | protocols/Skype/docs/readme.txt | 4 | ||||
-rw-r--r-- | protocols/Skype/docs/todo_list.txt | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/protocols/Skype/docs/readme.txt b/protocols/Skype/docs/readme.txt new file mode 100644 index 0000000000..085f39f917 --- /dev/null +++ b/protocols/Skype/docs/readme.txt @@ -0,0 +1,4 @@ +for compiling plugin with your own skipekit you need to create key.h with defining like that
+#define MY_KEY "MY_KEY"
+then you need to pack your *.crt file with keypacker utility.
+Names and pathes of directories and cert file you can see in source code.
\ No newline at end of file diff --git a/protocols/Skype/docs/todo_list.txt b/protocols/Skype/docs/todo_list.txt index 5f0f7a6b92..4412a2f97f 100644 --- a/protocols/Skype/docs/todo_list.txt +++ b/protocols/Skype/docs/todo_list.txt @@ -3,7 +3,6 @@ Bugs: Features:
- own info(profile)
-- crypt cert and add it to resource
- multiuser chat
- voice
- video
|