diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-21 03:19:47 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-21 03:19:47 +0000 |
commit | 29224b5cce3353b67784ada08165ff9259a5bee1 (patch) | |
tree | bad59af2de509f2a653e6358a4f495a6acfa8e9f /Protocols/SIP/Docs | |
parent | 6622a1c224fab2c6299219b4e134a62f80880469 (diff) |
SIP: 0.1.3.0
* Fix for going online after connecting error
* Fix for reconection crash
+ Added stun server to client API
+ Added list of hosts to client API
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@214 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/SIP/Docs')
-rw-r--r-- | Protocols/SIP/Docs/sip_changelog.txt | 6 | ||||
-rw-r--r-- | Protocols/SIP/Docs/sip_version.txt | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Protocols/SIP/Docs/sip_changelog.txt b/Protocols/SIP/Docs/sip_changelog.txt index 674f9e3..b8b858f 100644 --- a/Protocols/SIP/Docs/sip_changelog.txt +++ b/Protocols/SIP/Docs/sip_changelog.txt @@ -2,6 +2,12 @@ SIP protocol Changelog:
+. 0.1.3.0
+ * Fix for going online after connecting error
+ * Fix for reconection crash
+ + Added stun server to client API
+ + Added list of hosts to client API
+
. 0.1.2.0
+ Support for clients (Example plugin at http://pescuma.googlecode.com/svn/trunk/Miranda/Plugins/sip_cli )
diff --git a/Protocols/SIP/Docs/sip_version.txt b/Protocols/SIP/Docs/sip_version.txt index e967521..7a5d348 100644 --- a/Protocols/SIP/Docs/sip_version.txt +++ b/Protocols/SIP/Docs/sip_version.txt @@ -1 +1 @@ -SIP protocol 0.1.2.0
\ No newline at end of file +SIP protocol 0.1.3.0
\ No newline at end of file |