Mercurial > pidgin
annotate src/protocols/simple/simple.h @ 13135:7fd39c81d5e9
[gaim-migrate @ 15497]
Rest of SF Patch #1417219 from Sadrul
"Also, loading/unloading plugins gives errors in the
debug-window. Register/unregistering the plugins when
they are created and destroyed seem to quiet it down.
Turns out, the same is done for all the other
core-subtypes."
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 06 Feb 2006 07:53:51 +0000 |
| parents | 31a3a9af1494 |
| children | 891be2f09b5c |
| rev | line source |
|---|---|
| 11181 | 1 /** |
| 2 * @file simple.h | |
| 3 * | |
| 4 * gaim | |
| 5 * | |
| 6 * Copyright (C) 2005, Thomas Butter <butter@uni-mannheim.de> | |
| 7 * | |
| 8 * This program is free software; you can redistribute it and/or modify | |
| 9 * it under the terms of the GNU General Public License as published by | |
| 10 * the Free Software Foundation; either version 2 of the License, or | |
| 11 * (at your option) any later version. | |
| 12 * | |
| 13 * This program is distributed in the hope that it will be useful, | |
| 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 16 * GNU General Public License for more details. | |
| 17 * | |
| 18 * You should have received a copy of the GNU General Public License | |
| 19 * along with this program; if not, write to the Free Software | |
| 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
| 21 */ | |
| 22 | |
| 23 #ifndef _GAIM_SIMPLE_H | |
| 24 #define _GAIM_SIMPLE_H | |
| 25 | |
| 26 #include <glib.h> | |
| 27 #include <time.h> | |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12196
diff
changeset
|
28 |
|
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12196
diff
changeset
|
29 #include <cipher.h> |
| 11181 | 30 #include <prpl.h> |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12196
diff
changeset
|
31 |
| 11181 | 32 #include "sipmsg.h" |
| 33 | |
| 34 #define SIMPLE_BUF_INC 1024 | |
| 35 | |
| 36 struct sip_dialog { | |
| 37 gchar *ourtag; | |
| 38 gchar *theirtag; | |
| 39 gchar *callid; | |
| 40 }; | |
| 41 | |
| 42 struct simple_watcher { | |
| 43 gchar *name; | |
| 44 time_t expire; | |
| 45 struct sip_dialog dialog; | |
| 46 }; | |
| 47 | |
| 48 struct simple_buddy { | |
| 49 gchar *name; | |
| 50 time_t resubscribe; | |
| 51 }; | |
| 52 | |
| 53 struct sip_auth { | |
| 11346 | 54 int type; /* 1 = Digest / 2 = NTLM */ |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12196
diff
changeset
|
55 gchar *nonce; |
| 13084 | 56 gchar *opaque; |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12196
diff
changeset
|
57 gchar *realm; |
| 11424 | 58 gchar *target; |
| 13084 | 59 guint32 flags; |
| 11181 | 60 int nc; |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12196
diff
changeset
|
61 gchar *digest_session_key; |
| 11346 | 62 int retries; |
| 11181 | 63 }; |
| 64 | |
| 65 struct simple_account_data { | |
| 66 GaimConnection *gc; | |
| 67 gchar *servername; | |
| 68 gchar *username; | |
| 69 gchar *password; | |
| 70 int fd; | |
| 71 int cseq; | |
| 72 time_t reregister; | |
| 73 time_t republish; | |
|
11829
4669e7461968
[gaim-migrate @ 14120]
Richard Laager <rlaager@wiktel.com>
parents:
11424
diff
changeset
|
74 int registerstatus; /* 0 nothing, 1 first registration send, 2 auth received, 3 registered */ |
| 11181 | 75 struct sip_auth registrar; |
| 76 struct sip_auth proxy; | |
| 77 int listenfd; | |
| 78 int listenport; | |
| 11409 | 79 int listenpa; |
| 11181 | 80 gchar *status; |
| 81 GHashTable *buddies; | |
| 82 guint registertimeout; | |
| 11194 | 83 guint resendtimeout; |
|
13058
256abf4dd912
[gaim-migrate @ 15420]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
84 gboolean connecting; |
| 11181 | 85 GaimAccount *account; |
| 86 gchar *sendlater; | |
| 12196 | 87 gchar *regcallid; |
| 11181 | 88 GSList *transactions; |
| 89 GSList *watcher; | |
| 90 GSList *openconns; | |
| 11189 | 91 gboolean udp; |
| 92 struct sockaddr_in serveraddr; | |
| 11194 | 93 int registerexpire; |
| 11383 | 94 gchar *realhostname; |
| 95 int realport; /* port and hostname from SRV record */ | |
| 11181 | 96 }; |
| 97 | |
| 98 struct sip_connection { | |
| 99 int fd; | |
| 100 gchar *inbuf; | |
| 101 int inbuflen; | |
| 102 int inbufused; | |
| 103 int inputhandler; | |
| 104 }; | |
| 105 | |
| 106 struct transaction; | |
| 107 | |
| 108 typedef gboolean (*TransCallback) (struct simple_account_data *, struct sipmsg *, struct transaction *); | |
| 109 | |
| 110 struct transaction { | |
| 111 time_t time; | |
| 112 int retries; | |
|
11829
4669e7461968
[gaim-migrate @ 14120]
Richard Laager <rlaager@wiktel.com>
parents:
11424
diff
changeset
|
113 int transport; /* 0 = tcp, 1 = udp */ |
| 11181 | 114 int fd; |
| 115 gchar *cseq; | |
| 116 struct sipmsg *msg; | |
| 117 TransCallback callback; | |
| 118 }; | |
| 119 | |
| 120 #endif /* _GAIM_SIMPLE_H */ |
