-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters