comparison libpurple/protocols/msn/session.h @ 23522:fd124c21ebb7

Properly parse (most of) the MSN GCF command. Provides a <Account>->"View Blocked Text" dialog showing the regular expressions that the MSN servers are currently blocking. For the people who were wondering why their messages were never received.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 15 Jun 2008 06:55:21 +0000
parents f85450504940
children fd276936164f
comparison
equal deleted inserted replaced
23521:9fdf0accd4aa 23522:fd124c21ebb7
105 GList *slplinks; /**< The list of all the slplinks. */ 105 GList *slplinks; /**< The list of all the slplinks. */
106 106
107 /*psm info*/ 107 /*psm info*/
108 char *psm; 108 char *psm;
109 109
110 char *blocked_text;
111
110 struct 112 struct
111 { 113 {
112 char *kv; 114 char *kv;
113 char *sid; 115 char *sid;
114 char *mspauth; 116 char *mspauth;