File: xmpp.h

package info (click to toggle)
irssi-plugin-xmpp 0.52%2Bgit20140102-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,336 kB
  • ctags: 1,440
  • sloc: ansic: 8,039; makefile: 105; perl: 58
file content (18 lines) | stat: -rw-r--r-- 483 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __XMPP_H
#define __XMPP_H

typedef struct _XMPP_SERVER_CONNECT_REC XMPP_SERVER_CONNECT_REC;
typedef struct _XMPP_SERVER_REC XMPP_SERVER_REC;
typedef struct _XMPP_QUERY_REC XMPP_QUERY_REC;
typedef struct _XMPP_NICK_REC XMPP_NICK_REC;
typedef struct _MUC_REC MUC_REC;

#define XMPP_PROTOCOL_NAME "XMPP"
#define XMPP_PROTOCOL (chat_protocol_lookup(XMPP_PROTOCOL_NAME))

#define IRSSI_XMPP_PACKAGE "irssi-xmpp"
#define IRSSI_XMPP_VERSION "0.52"

extern char *pgp_passwd;

#endif