diff --git a/README b/README.md similarity index 53% rename from README rename to README.md index e00fa6d..1099abe 100644 --- a/README +++ b/README.md @@ -1,23 +1,31 @@ -This pidgin-plugin implements xmpp message delivery receipts (XEP-0184). -When no delivering confirmation is displayed, it is also possible that -the receiver doesn't support the extension. +pidgin-xmpp-receipts +==================== -COMPILING +This pidgin-plugin implements xmpp message delivery receipts ([XEP-0184 v1.2](https://xmpp.org/extensions/xep-0184.html)). + + +When no delivering confirmation is displayed, it is also possible that the +receiver doesn't support the extension. + + +Compiling +--------- To compile the plugin, run - $ make +> $ make You will need pidgin development packages (link in ubuntu: libpurple-dev and pidgin-dev). -INSTALL +Installation +------------ To copy the extension to your personal plugin folder (~/.purple/plugins) run: - $ make install +> $ make install Now you may activate the extension within the pidgin settings. diff --git a/xmpp-receipts.c b/xmpp-receipts.c index 5b41ef6..666f7c7 100644 --- a/xmpp-receipts.c +++ b/xmpp-receipts.c @@ -363,8 +363,8 @@ static PurplePluginInfo info = "Send and receive xmpp receipts.", /** description */ "Implements XEP-0184: Message Delivery Receipts within pidgin.", - "Noonien (fsmail@kondorgulasch.de)", /**< author */ - "https://www.assembla.com/code/pidgin-xmpp-receipts/git/nodes", /**< homepage */ + "Ferdinand Stehle (development@kondorgulasch.de)", /**< author */ + "https://github.com/noonien-d/pidgin-xmpp-receipts/", /**< homepage */ plugin_load, /**< load */ plugin_unload, /**< unload */