~ubuntu-branches/ubuntu/trusty/irssi-plugin-xmpp/trusty

« back to all changes in this revision

Viewing changes to src/fe-common/module-formats.h

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting, Florian Schlichting
  • Date: 2014-01-03 00:25:20 UTC
  • mfrom: (2.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20140103002520-4ztm9phbq47vn4bl
Tags: 0.52+git20140102-1
[ Florian Schlichting ]
* Import Upstream version 0.52+git20140102
* Add VCS-* fields for collab-maint on alioth
* Add upstream git URL to Source field in debian/copyright
* Drop patches plucked from upstream CVS
* Refresh hardening.patch (offset, drop hunk fixed upstream)
* Provide xmpp-admin.pl script by Seth Difley
* Add GTalk-MUC-support.patch, plucked from github/freemandrew
* Add support for XMPP-PGP, plucked from github/singpolyma
* New useless-dependency-on-libidn.patch, to fix a lintian warning
* Declare compliance with Debian Policy 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: module-formats.h,v 1.14 2008/12/08 11:16:19 cdidier Exp $ */
2
 
 
3
1
#include "formats.h"
4
2
 
5
3
enum {
13
11
        XMPPTXT_FORMAT_RESOURCE_SHOW,
14
12
        XMPPTXT_FORMAT_RESOURCE_STATUS,
15
13
        XMPPTXT_FORMAT_SUBSCRIPTION,
 
14
        XMPPTXT_FORMAT_PGP_KEYID,
16
15
 
17
16
        XMPPTXT_FILL_2,
18
17