diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-04 04:06:19 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-04 04:06:19 +0000 |
commit | 41fe0062de49bd68ce2da4d57d670789c958216a (patch) | |
tree | b3dc8775b1838a0c00a1f417a30c56dc3468dec6 /Protocols/SIP/Docs | |
parent | d908076a8ec4e3f56db03ba3cd3b79c74e95b29d (diff) |
sip: getting ready to release
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@202 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/SIP/Docs')
-rw-r--r-- | Protocols/SIP/Docs/langpack_sip.txt | 2 | ||||
-rw-r--r-- | Protocols/SIP/Docs/sip_changelog.txt | 6 | ||||
-rw-r--r-- | Protocols/SIP/Docs/sip_readme.txt | 25 | ||||
-rw-r--r-- | Protocols/SIP/Docs/sip_version.txt | 1 |
4 files changed, 34 insertions, 0 deletions
diff --git a/Protocols/SIP/Docs/langpack_sip.txt b/Protocols/SIP/Docs/langpack_sip.txt new file mode 100644 index 0000000..a1a0d7f --- /dev/null +++ b/Protocols/SIP/Docs/langpack_sip.txt @@ -0,0 +1,2 @@ +; SIP protocol
+; Author: Pescuma
diff --git a/Protocols/SIP/Docs/sip_changelog.txt b/Protocols/SIP/Docs/sip_changelog.txt new file mode 100644 index 0000000..a3557ef --- /dev/null +++ b/Protocols/SIP/Docs/sip_changelog.txt @@ -0,0 +1,6 @@ +SIP protocol
+
+Changelog:
+
+. 0.1.0.0
+ + Initial version
\ No newline at end of file diff --git a/Protocols/SIP/Docs/sip_readme.txt b/Protocols/SIP/Docs/sip_readme.txt new file mode 100644 index 0000000..d5887fd --- /dev/null +++ b/Protocols/SIP/Docs/sip_readme.txt @@ -0,0 +1,25 @@ +SIP protocol
+------------
+
+CAUTION: THIS IS A ALPHA STAGE PLUGIN. IT CAN DO VERY BAD THINGS. USE AT YOUR OWN RISK.
+
+This is a SIP/SIMPLE protocol based on pjsip lib.
+
+Currently it allows to make/receive calls and im messages. All the GUI is handled by Voice Service plugin.
+
+WARNING: You can create only one instance of the protocol. If you create the second one miranda will crash and keep crashing at each startup. I'll fix it soon
+
+
+Known bugs:
+- When you login, you will only show online the contacts that already are online (contacts that came online after that will stay offline)
+
+
+Todo:
+- 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?p=
\ No newline at end of file diff --git a/Protocols/SIP/Docs/sip_version.txt b/Protocols/SIP/Docs/sip_version.txt new file mode 100644 index 0000000..591f6e1 --- /dev/null +++ b/Protocols/SIP/Docs/sip_version.txt @@ -0,0 +1 @@ +SIP protocol 0.1.0.0
\ No newline at end of file |