diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-18 01:07:16 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-18 01:07:16 +0000 |
commit | 6342ef9ae683c0080abd3d8fdb46d2a36c594063 (patch) | |
tree | 176a6f5bae5cc9f447bb187575ed56161f86218a /Protocols/SIP/Docs | |
parent | a36ca1b4d5d0c89b09382ac4215681b47865bea1 (diff) |
sip: Client API
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@211 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/SIP/Docs')
-rw-r--r-- | Protocols/SIP/Docs/sip_changelog.txt | 3 | ||||
-rw-r--r-- | Protocols/SIP/Docs/sip_readme.txt | 2 | ||||
-rw-r--r-- | Protocols/SIP/Docs/sip_version.txt | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/Protocols/SIP/Docs/sip_changelog.txt b/Protocols/SIP/Docs/sip_changelog.txt index aa10628..8db4df2 100644 --- a/Protocols/SIP/Docs/sip_changelog.txt +++ b/Protocols/SIP/Docs/sip_changelog.txt @@ -2,6 +2,9 @@ SIP protocol Changelog:
+. 0.1.2.0
+ + Support for clients
+
. 0.1.1.0
+ Build with vc6
* Fix for wrong voice service version
diff --git a/Protocols/SIP/Docs/sip_readme.txt b/Protocols/SIP/Docs/sip_readme.txt index ca10538..8264d3b 100644 --- a/Protocols/SIP/Docs/sip_readme.txt +++ b/Protocols/SIP/Docs/sip_readme.txt @@ -16,12 +16,10 @@ Known bugs: Todo:
-- Add ssl
- More than one instance
- Protocol icons
- Use netlib to send/receive packages?
- Ask for new password at first login if "Save password" is not checked
-- Compile with VC6
To report bugs/make suggestions, go to the forum thread: http://forums.miranda-im.org/showthread.php?t=23655
\ No newline at end of file diff --git a/Protocols/SIP/Docs/sip_version.txt b/Protocols/SIP/Docs/sip_version.txt index d837ea7..e967521 100644 --- a/Protocols/SIP/Docs/sip_version.txt +++ b/Protocols/SIP/Docs/sip_version.txt @@ -1 +1 @@ -SIP protocol 0.1.1.0
\ No newline at end of file +SIP protocol 0.1.2.0
\ No newline at end of file |