Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
noonien-d committed Mar 31, 2020
1 parent 5fbf331 commit cdf57be
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
22 changes: 15 additions & 7 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions xmpp-receipts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit cdf57be

Please sign in to comment.