You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your interest in contributing to ChatSecure! To avoid potential legal headaches and to allow distribution on Apple's App Store please sign our CLA (Contributors License Agreement). For contributing translations, please check out our [Transifex](https://www.transifex.com/projects/p/chatsecure/) page.
5
+
6
+
1. Sign the CLA ([odt](https://github.com/chrisballinger/Off-the-Record-iOS/blob/master/media/CLA.odt), [pdf](https://github.com/chrisballinger/Off-the-Record-iOS/blob/master/media/CLA.pdf)) and email it to [chris@chatsecure.org](mailto:chris@chatsecure.org).
7
+
2.[Fork](https://github.com/chrisballinger/Off-the-Record-iOS/fork) the project and (preferably) work in a feature branch.
8
+
3. Open a [pull request](https://github.com/chrisballinger/off-the-record-ios/pulls) on GitHub.
Copy file name to clipboardExpand all lines: README.md
+23-26Lines changed: 23 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
ChatSecure
2
2
=========
3
3
4
-
ChatSecure is an instant messaging client for iOS that integrates encrypted "Off the Record" messaging support from the [libotr](http://www.cypherpunks.ca/otr/) library. It uses the [LibOrange](https://github.com/unixpickle/LibOrange) library to handle all of the AIM (OSCAR) functionality and the [XMPPFramework](https://github.com/robbiehanson/XMPPFramework/) to handle Jabber/GTalk (XMPP).
4
+
ChatSecure is a free and open source instant messaging client for iOS that integrates encrypted [OTR](http://en.wikipedia.org/wiki/Off-the-Record_Messaging) ("Off the Record") messaging support from the [libotr](http://www.cypherpunks.ca/otr/) library. It uses the [LibOrange](https://github.com/unixpickle/LibOrange) library to handle all of the AIM (OSCAR) functionality and the [XMPPFramework](https://github.com/robbiehanson/XMPPFramework/) to handle Jabber/GTalk (XMPP).
5
5
6
6
7
7
Cost
8
8
=========
9
9
10
-
This project is \***100% free**\* because it is important that all people around the world have unrestricted access to privacy tools.
10
+
This project is **100% free** because it is important that all people around the world have unrestricted access to privacy tools.
11
11
However, developing and supporting this project is hard work and costs real money. Please help support the development of this project! We now also accept Bitcoin via Coinbase! :)
***[Adium](http://adium.im/) (Mac OS X) - OTR works over both XMPP and Oscar.**
37
-
* climm (Unix-like), since (mICQ) 0.5.4.
38
-
* MCabber (Unix-like), since 0.9.4
39
-
* CenterIM (Unix-like), since 4.22.2
40
-
* Phoenix Viewer (successor of Emerald Viewer), a Second Life client (Cross-platform)
41
-
* Vacuum IM (Cross-platform)
42
37
* Jitsi (Cross-platform)
43
-
* BitlBee (Cross-platform), since 3.0 (optional at compile-time)
44
38
45
39
Plug-in
46
40
------
47
41
*[Pidgin](http://pidgin.im/) (cross-platform), with [pidgin-otr](http://www.cypherpunks.ca/otr/index.php#downloads) plugin.
48
-
* Kopete (Unix-like), either with a third-party plugin or, since the addition of Kopete-OTR on 12th of March 2008, with the version of Kopete shipped with KDE 4.1.0 and later releases.
49
-
* Miranda IM (Microsoft Windows), with a third-party plugin
50
-
* Psi (Cross-platform), with a third-party plugin and build, in Psi+ native usable
51
-
* Trillian (Microsoft Windows), with a third-party plugin
* AOL Instant Messenger (Mac OS X, Microsoft Windows)
57
-
* iChat (Mac OS X)
58
-
* Proteus (Mac OS X)
59
42
60
43
Phone apps
61
44
------
62
-
*[Gibberbot](https://guardianproject.info/apps/gibber/) (formerly OtRChat), a free and open source Android application (still in early development) produced by The Guardian Project, provides OTR protocol compatible over XMPP chat.
45
+
***[ChatSecure Android](https://guardianproject.info/apps/gibber/) (formerly known as Gibberbot)**, a free and open source Android application produced by The Guardian Project, provides OTR protocol compatible over XMPP chat.
- Open `Off the Record.xcodeproj` in Xcode and build
55
+
-Create `/Off the Record/OTRSecrets.h` and fill in blank strings for the missing API keys: `USERVOICE_KEY`, `USERVOICE_SECRET`, `GOOGLE_APP_SECRET`, `HOCKEY_LIVE_IDENTIFIER`, and `HOCKEY_BETA_IDENTIFIER`.
56
+
- Open `Off the Record.xcodeproj` in Xcode and build.
74
57
75
58
License
76
59
=========
@@ -92,16 +75,27 @@ License
92
75
You should have received a copy of the GNU General Public License
93
76
along with this program. If not, see <http://www.gnu.org/licenses/>.
94
77
95
-
If you would like to relicense this code to sell it on the App Store,
78
+
If you would like to relicense this code to distribute it on the App Store,
96
79
please contact me at [chris@chatsecure.org](mailto:chris@chatsecure.org).
97
80
98
-
This software additionally references or incorporates the following sources
99
-
of intellectual property, the license terms for which are set forth
100
-
in the sources themselves:
81
+
Contributing
82
+
------------
83
+
84
+
Thank you for your interest in contributing to ChatSecure! To avoid potential legal headaches and to allow distribution on Apple's App Store please sign our CLA (Contributors License Agreement). For contributing translations, please check out our [Transifex](https://www.transifex.com/projects/p/chatsecure/) page.
85
+
86
+
1. Sign the CLA ([odt](https://github.com/chrisballinger/Off-the-Record-iOS/blob/master/media/CLA.odt), [pdf](https://github.com/chrisballinger/Off-the-Record-iOS/blob/master/media/CLA.pdf)) and email it to [chris@chatsecure.org](mailto:chris@chatsecure.org).
87
+
2.[Fork](https://github.com/chrisballinger/Off-the-Record-iOS/fork) the project and (preferably) work in a feature branch.
88
+
3. Open a [pull request](https://github.com/chrisballinger/off-the-record-ios/pulls) on GitHub.
89
+
4. Thank you!
90
+
101
91
102
92
Third-party Libraries
103
93
=========
104
94
95
+
This software additionally references or incorporates the following sources
96
+
of intellectual property, the license terms for which are set forth
97
+
in the sources themselves:
98
+
105
99
The following dependencies are bundled with the ChatSecure, but are under
106
100
terms of a separate license:
107
101
@@ -124,6 +118,8 @@ terms of a separate license:
124
118
Acknowledgements
125
119
=========
126
120
121
+
Thank you to everyone who helped this project become a reality! This project is also supported by the fine folks from [The Guardian Project](https://guardianproject.info) and [OpenITP](https://openitp.org).
122
+
127
123
*[Nick Hum](http://nickhum.com/) - awesome icon.
128
124
*[Glyphish](http://glyphish.com/) - icons used on the tab bar.
129
125
*[Adium](http://adium.im/) - lock/unlock icon used in chat window, status gems.
0 commit comments