README.md in jabber_admin-0.1.3 vs README.md in jabber_admin-0.1.4

- old
+ new

@@ -1,11 +1,11 @@ -# JabberAdmin +![jabber_admin](doc/assets/project.png) [![Maintainability](https://api.codeclimate.com/v1/badges/0b3c444d8db8acaaba97/maintainability)](https://codeclimate.com/github/hausgold/jabber_admin/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/0b3c444d8db8acaaba97/test_coverage)](https://codeclimate.com/github/hausgold/jabber_admin/test_coverage) -JabberAdmin is a small library to easily communicate with the Ejabberd +jabber_admin is a small library to easily communicate with the ejabberd admin API. ## Installation Add this line to your application's Gemfile: @@ -31,12 +31,16 @@ Currently these basic commands are supported: - ban_account - create_room +- create_room_with_opts - register +- registered_users - restart - send_direct_invitation +- send_stanza +- set_room_affiliation - subscribe_room - unregister - unsubscribe_room ## Development