diff options
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 |