Pidgin XEP-0136 Plugin

XEP-0136 is an XMPP protocol extension used for storing and accessing message archives. Daniel Kraic has written a Pidgin plugin for accessing these archived messages. Below are the brief instructions for installing this plugin in Debian and using it. Generic installation instructions can be found in INSTALL file.

Installation:

  • Download the plugin and extract it.
    # unzip danielkraic-Pidgin-XEP-0136-plugin-v0.3-2-g995c3c2.zip
    # cd danielkraic-Pidgin-XEP-0136-plugin-995c3c2
    
  • Install build dependencies and Pidgin headers
    # apt-get install gcc
    # apt-get install pidgin-dev
    
  • Build the plugin.
    # make xep136_plugin.so
    
  • Copy the plugin.
    # mkdir ~/.purple/plugins/
    # cp xep136_plugin.so ~/.purple/plugins/
    
  • To enable the plugin, start Pidgin, go to Tools -> Preferences and enable XEP-0136 plugin.
  • Author Notes:

    You can access history by clicking the "HISTORY" button located at the bottom of Pidgin conversation window. Then "XEP136" window should appears. Next click the "SHOW" button on the right of "XEP-136" window to see list of conversation dates on the left. Select conversation date to see its content.

    It is assumed that you use XMPP server with XEP-0136 extrension support. Ejabberd IM server should works with "mod_archive_odbc" enabled as well as Prosody IM server with "archive" module enabled.

    Feel free to report bugs. Check for future updates at https://github.com/danielkraic/Pidgin-XEP-0136-plugin

    Screenshots:


Comments

Do you know if there's a

Do you know if there's a chance for having the plugin for windows?

It may be possible to cross

It may be possible to cross compile this plugin for windows. And it may work in windows. I suggest you contact the upstream author to know about this.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Internal paths in double quotes, written as "internal:node/99", for example, are replaced with the appropriate absolute URL or relative path.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.