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

« back to all changes in this revision

Viewing changes to src/core/xmpp.h

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting
  • Date: 2012-04-08 15:34:43 UTC
  • mfrom: (2.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20120408153443-86n5vxw5ur1zungb
Tags: 0.52-1
* New Maintainer (closes: #667987).
* Imported Upstream version 0.52 (closes: #661302).
  + fixing MUC invites to be compliant (closes: #609530).
* Bumped debhelper compatibility to level 9.
* Refreshed debian/copyright, switching to copyright-format 1.0.
* Bumped Standards-Version to 3.9.3 (no further changes).
* Renamed docs to irssi-plugin-xmpp.docs, include all of docs/, TODO.
* Switched to short debian/rules.
* Added a watch file.
* Added pkg-config to build-dependencies.
* Added Homepage field to source package control paragraph.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: xmpp.h,v 1.13 2010/05/14 16:03:30 cdidier Exp $ */
 
1
/* $Id: xmpp.h,v 1.14 2012/02/15 17:45:37 cdidier Exp $ */
2
2
 
3
3
#ifndef __XMPP_H
4
4
#define __XMPP_H
14
14
#define XMPP_PROTOCOL (chat_protocol_lookup(XMPP_PROTOCOL_NAME))
15
15
 
16
16
#define IRSSI_XMPP_PACKAGE "irssi-xmpp"
17
 
#define IRSSI_XMPP_VERSION "0.51"
 
17
#define IRSSI_XMPP_VERSION "0.52"
18
18
 
19
19
#endif