Florian Schmaus
f65cf45b5c
[README] Fix MUC badge
2022-09-02 16:48:57 +02:00
Florian Schmaus
c232ca5cb0
Update README
2022-08-30 22:05:51 +02:00
Florian Schmaus
2b1097a743
[README] Update README.md
2021-04-15 10:20:24 +02:00
Florian Schmaus
e04a3877fb
Merge branch '4.4'
2021-03-25 19:28:58 +01:00
Florian Schmaus
72e11ebf71
[README] Fix typo; s/NOICE/NOTICE/
2021-03-25 15:00:07 +01:00
Florian Schmaus
1bfb9f34f1
Merge branch '4.4'
2021-01-12 09:22:42 +01:00
Florian Schmaus
8cc4ba0a42
[README] Switch "build status" badge from Travis to Github Actions
...
This also renames the CI workflow from "Smack CI" to just "CI".
2021-01-12 09:08:34 +01:00
Florian Schmaus
5522d6681e
[README] Update contact information
2020-11-09 12:26:51 +01:00
Florian Schmaus
68f400616d
[README] Update URL for Nightly Unique Maven Snapshots
2020-11-09 12:21:24 +01:00
Florian Schmaus
afd18f95c9
Add Smack.getNoticeStream() and 'License' section to README
2020-11-09 08:46:57 +01:00
akrherz
d0a393118c
update Travis-CI badge on README.md
2020-04-11 10:36:58 -05:00
Florian Schmaus
993bed07ef
readme: replace IRC badge with XMPP MUC badge
2020-04-10 19:52:43 +02:00
Jesus Fuentes
cec312fe64
Help With Documentation
...
Add missed word for clearer instruction -Jesus Fuentes
2020-03-16 21:51:05 -05:00
Florian Schmaus
384e1852cc
Update Readme link in Readme
2018-08-06 08:47:30 +02:00
Florian Schmaus
9ab7eba46d
README: Remove Flattr
2018-08-03 14:20:16 +02:00
Florian Schmaus
59ac41faef
README.md: Fix openhub.net link, remove Flattr
2018-05-13 21:21:49 +02:00
Rajat Kumar Gupta
6ff68b40dc
Fixed typos
2018-02-16 08:48:27 +05:30
Florian Schmaus
92825020ab
Update README.md
2017-10-29 09:11:26 +01:00
Yash Thakkar
044d1f0857
Updated help links
...
replaced community links to discourse links
2017-10-29 05:19:46 +05:30
Guus der Kinderen
5070b79968
Fixed typo.
2017-09-15 22:28:30 +02:00
Florian Schmaus
a203d3198c
Update Bitcoin Donation address
2017-08-12 12:37:09 +02:00
Florian Schmaus
edf0bd4038
Update README: Add Documentation and Javadoc link
2017-04-09 13:09:48 +02:00
Florian Schmaus
b9b8b1a780
Smack 4.2.0
2017-03-10 21:39:01 +01:00
Florian Schmaus
0b19c1b8ef
Update README and documentation
2017-01-03 08:55:14 +01:00
Florian Schmaus
62bb02af8c
README: Add #smack IRC badge from kiwiirc
2016-01-15 14:45:40 +01:00
Florian Schmaus
cd3692f329
Add link to 4.1 Readme to README.md
2015-07-03 09:37:57 +02:00
Florian Schmaus
e126469003
Update documentation and README.md
2015-03-13 16:28:31 +01:00
Florian Schmaus
24d2b0b0b9
Update README.md
...
- Change Bug report instructions
- Add 'Contributing' section
- Add URL to JaCoCo test coverage reports
2015-03-13 11:30:26 +01:00
Florian Schmaus
03206fcbf6
Add jacoco and coveralls gradle plugins
2015-03-12 17:22:23 +01:00
Florian Schmaus
ee67bb8aa5
Fix typos in README.md
2014-10-19 11:51:53 +02:00
Florian Schmaus
29d5ca68ce
Update the (second) flattr link in README.md
2014-09-27 17:18:19 +02:00
Florian Schmaus
7977f119e8
Update flattr link in README.md
2014-09-26 10:45:25 +02:00
Florian Schmaus
07c10a7444
Add donate options to README.md
2014-09-10 20:57:11 +02:00
Florian Schmaus
08504fdb48
Add info about open_chat to README.md
2014-09-05 11:58:18 +02:00
Florian Schmaus
393c713471
Don't repeat documentation, link to it instead
...
also fix some typos and improve some markdown formatting.
2014-08-28 15:26:02 +02:00
Florian Schmaus
f05e744011
s/ohloh/openhub/ in README.md
2014-07-23 08:29:47 +02:00
Florian Schmaus
37279eaa06
Add ohloh stats to README.md
...
and move the badges on top.
2014-06-14 18:42:55 +02:00
Florian Schmaus
c606530e22
Add .travis.yml
2014-05-28 08:18:45 +02:00
Florian Schmaus
beecb8a675
Make XMPPConnection an interface
...
create AbstractXMPPConnection.
2014-05-28 08:18:41 +02:00
Florian Schmaus
47d9146c76
Update Maven repositories in README.md
2014-05-25 11:01:52 +02:00
Georg Lukas
ab70cfec24
Refactoring: All connection classes begin with XMPP now
...
This commit renames classes as follows:
* TCPConnection --> XMPPTCPConnection
* BOSHConnection --> XMPPBOSHConnection
There are two reasons for this rename. First, it is there to indicate
that the classes actually _are_ XMPP connections, using different
transport mechanisms. Second, it makes auto-completion in IDEs easier,
the developer can type XMPP<complete> and choose the right backend.
2014-04-09 20:03:07 +02:00
Florian Schmaus
c86d6e3b61
Update README.md's ChatManager example to new API
2014-04-08 18:26:47 +02:00
Florian Schmaus
8e693ba5d5
Add nightly javadoc and documentation link to README
2014-03-10 10:23:33 +01:00
Florian Schmaus
489816c61f
Renamed Connection to XMPPConnection
2014-03-10 09:45:50 +01:00
Florian Schmaus
1f63ac31a5
Update README.md
2014-02-18 10:03:42 +01:00
Florian Schmaus
202be35978
Add resource URLs to README.md
2014-02-16 15:22:47 +01:00
Jason Sipula
64b8cfe3dc
added basic markdown readme
2014-02-15 13:36:42 -08:00