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

« back to all changes in this revision

Viewing changes to src/fe-common/fe-xmpp-status.c

  • 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
1
/*
2
 
 * $Id: fe-xmpp-status.c,v 1.10 2008/08/19 21:56:18 cdidier Exp $
 
2
 * $Id: fe-xmpp-status.c,v 1.11 2010/07/14 16:07:13 cdidier Exp $
3
3
 *
4
4
 * Copyright (C) 2007 Colin DIDIER
5
5
 *
46
46
        g_return_val_if_fail(IS_XMPP_SERVER(server), NULL);
47
47
        return g_strconcat("(", (server->connrec->chatnet == NULL ||
48
48
            *server->connrec->chatnet == '\0') ? server->jid :
49
 
            server->connrec->chatnet, ")", NULL);
 
49
            server->connrec->chatnet, ")", (void *)NULL);
50
50
}
51
51
 
52
52
char *