summaryrefslogtreecommitdiff
path: root/Protocols/SIP/Docs/sip_readme.txt
diff options
context:
space:
mode:
authorpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2010-01-04 04:06:19 +0000
committerpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2010-01-04 04:06:19 +0000
commit41fe0062de49bd68ce2da4d57d670789c958216a (patch)
treeb3dc8775b1838a0c00a1f417a30c56dc3468dec6 /Protocols/SIP/Docs/sip_readme.txt
parentd908076a8ec4e3f56db03ba3cd3b79c74e95b29d (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/sip_readme.txt')
-rw-r--r--Protocols/SIP/Docs/sip_readme.txt25
1 files changed, 25 insertions, 0 deletions
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