diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-24 18:49:12 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-24 18:49:12 +0100 | 
| commit | 96f954df218e81f5580257c319b91217dac2f4bf (patch) | |
| tree | 3db51e629fb33998f95a8a9410bd614cb1ca780b /protocols/jabber/jabber.h | |
| parent | 5513f3e56a45d4a227bfc7d01210fdded516458c (diff) | |
Removing unfinished debugging stuff accidentally committed in
changeset:devel,856.
Diffstat (limited to 'protocols/jabber/jabber.h')
| -rw-r--r-- | protocols/jabber/jabber.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h index aa552558..5996c301 100644 --- a/protocols/jabber/jabber.h +++ b/protocols/jabber/jabber.h @@ -46,7 +46,6 @@ typedef enum  	                                   activates all XEP-85 related code. */  	JFLAG_XMLCONSOLE = 64,          /* If the user added an xmlconsole buddy. */  	JFLAG_STARTTLS_DONE = 128,      /* If a plaintext session was converted to TLS. */ -	JFLAG_MOCK = 256,               /* If the user added a mock buddy. */  } jabber_flags_t;  typedef enum @@ -188,7 +187,6 @@ struct jabber_transfer  };  #define JABBER_XMLCONSOLE_HANDLE "xmlconsole" -#define JABBER_MOCK_HANDLE "mock"  /* Prefixes to use for packet IDs (mainly for IQ packets ATM). Usually the     first one should be used, but when storing a packet in the cache, a | 
