summaryrefslogtreecommitdiff
path: root/README.rst
AgeCommit message (Collapse)Author
2020-12-06README: document integration testsmathieui
2020-05-01Update Python version minimum requirement to 3.7Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-10README: Add pep as a contributorMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-08Document that slixmpp is now 3.5+ onlymathieui
2017-02-10fix small typo in READMECédric 'dek' Laudrel
2016-10-02Update for slixmpp 1.2slix-1.2mathieui
2016-03-15Add some creditslouiz’
2015-10-02Mention the build of cython modules in the READMEmathieui
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
Conflicts: README.rst examples/IoT_TestDevice.py examples/disco_browser.py setup.py sleekxmpp/jid.py sleekxmpp/plugins/google/auth/stanza.py sleekxmpp/plugins/google/gmail/notifications.py sleekxmpp/plugins/google/nosave/stanza.py sleekxmpp/plugins/google/settings/settings.py sleekxmpp/thirdparty/__init__.py sleekxmpp/thirdparty/socks.py sleekxmpp/thirdparty/statemachine.py sleekxmpp/util/__init__.py sleekxmpp/xmlstream/xmlstream.py slixmpp/basexmpp.py slixmpp/plugins/xep_0004/stanza/form.py slixmpp/plugins/xep_0009/rpc.py slixmpp/plugins/xep_0050/adhoc.py slixmpp/plugins/xep_0065/proxy.py slixmpp/plugins/xep_0084/stanza.py slixmpp/plugins/xep_0202/time.py slixmpp/plugins/xep_0323/sensordata.py slixmpp/plugins/xep_0325/control.py slixmpp/plugins/xep_0325/stanza/control.py slixmpp/roster/single.py slixmpp/stanza/atom.py slixmpp/stanza/rootstanza.py slixmpp/test/slixtest.py slixmpp/util/sasl/mechanisms.py slixmpp/version.py slixmpp/xmlstream/stanzabase.py tests/test_stanza_xep_0323.py tests/test_stanza_xep_0325.py tests/test_stream_xep_0323.py tests/test_stream_xep_0325.py
2015-08-08Update READMEslix-1.0mathieui
2014-09-01Remove all trailing whitespaces.Emmanuel Gil Peyrot
2014-08-23cleanup semicolons, whitespace and mutable default argumentsRobin Gloster
2014-08-18Revert "cleanup semicolons, whitespace and mutable default arguments"Robin Gloster
This reverts commit 7265682a4d57d88956cb54f98f7a470465bbf417.
2014-08-18cleanup semicolons, whitespace and mutable default argumentsRobin Gloster
2014-07-17Rename to slixmppFlorent Le Coz
2014-06-09Bump to 1.3.1Lance Stout
2014-06-08Bump to 1.3.0sleek-1.3.01.3.0Lance Stout
2014-04-20Bump versionLance Stout
2012-10-31Bump version to 1.1.11Lance Stout
2012-07-30Bump version to 1.1.10sleek-1.1.101.1.10Lance Stout
2012-07-20Bump version to 1.1.9sleek-1.1.91.1.9Lance Stout
2012-06-30Bump version to 1.1.8sleek-1.1.81.1.8Lance Stout
2012-06-20Bump version to 1.1.7sleek-1.1.71.1.7Lance Stout
2012-06-20Bump version to 1.1.6sleek-1.1.61.1.6Lance Stout
2012-06-15Bump version to 1.1.5sleek-1.1.51.1.5Lance Stout
2012-06-13Bump version to 1.1.4sleek-1.1.41.1.4Lance Stout
2012-06-09Bump version for 1.1.3sleek-1.1.31.1.3Lance Stout
2012-06-06Bump version to 1.1.2sleek-1.1.21.1.2Lance Stout
2012-06-04Bump version for 1.1.1 minor release.sleek-1.1.11.1.1Lance Stout
2012-06-01Update version and README for 1.1sleek-1.11.1Lance Stout
2012-01-18Add example of accessing plugins to the README.Lance Stout
2012-01-03Update version and README for 1.0 release.sleek-1.01.0Lance Stout
2011-12-05Fix example boilerplate code syntax.Lance Stout
2011-11-14Simplify boilerplate example.Lance Stout
2011-11-14Update list of stable releases.Lance Stout
2011-08-24Clean and get setup.py working once and for all.Lance Stout
Fixes: README.rst now included Double line spacing removed from long_description Source package now includes tests, examples, etc using Manifest.in README.rst typos fixed Added README.rst section on installing dnspython for Python3 Version bumped to RC2 Version is now taken from sleekxmpp.version.__version__ without having to pull in the entire library Added 'test' command for setup.py Simplified testall.py Docs build cleanly from source package after installation
2011-08-18Update the READMELance Stout
Now includes how to generate the docs, run tests, and the basic boilerplate for Sleek based projects.
2011-08-18Update README (renamed to README.rst so Github will render it)Lance Stout