[joscar commit] r519 - trunk/protocol/src/net/kano/joscar/snaccmd

2 views
Skip to first unread message

codesite...@google.com

unread,
Nov 17, 2008, 1:45:53 AM11/17/08
to joscar-...@googlegroups.com
Author: itbsllc
Date: Sun Nov 16 22:45:42 2008
New Revision: 519

Modified:
trunk/protocol/src/net/kano/joscar/snaccmd/InfoData.java

Log:
No idea what that one is - but we get it a LOT and no point keep printing
same ol' message. Made a TODO instead.

Modified: trunk/protocol/src/net/kano/joscar/snaccmd/InfoData.java
==============================================================================
--- trunk/protocol/src/net/kano/joscar/snaccmd/InfoData.java (original)
+++ trunk/protocol/src/net/kano/joscar/snaccmd/InfoData.java Sun Nov 16
22:45:42 2008
@@ -144,7 +144,7 @@

MutableTlvChain copy = TlvTools.getMutableCopy(chain);
copy.removeTlvs(TYPE_AWAY_FMT, TYPE_AWAY, TYPE_INFO_FMT, TYPE_INFO,
- TYPE_CAPS, TYPE_CERTIFICATE_INFO);
+ TYPE_CAPS, TYPE_CERTIFICATE_INFO, TYPE_UNKNOWN1);
if (copy.getTlvCount() > 0) {
LOGGER.logWarning("Unknown TLV's in InfoData: " + copy);
}
@@ -181,6 +181,9 @@

/** A TLV type containing a certificate information block. */
private static final int TYPE_CERTIFICATE_INFO = 0x0006;
+
+ /** A TLV type containing a some new information block. */
+ private static final int TYPE_UNKNOWN1 = 0x000b; // TODO: find out
what this really is.

/**
* The user info text in this structure.

Reply all
Reply to author
Forward
0 new messages