summaryrefslogtreecommitdiff
path: root/Protocols/SIP/Docs/sip_readme.txt
diff options
context:
space:
mode:
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