add trillian to html otr parsing fixes #1963
This commit is contained in:
		
							parent
							
								
									701140fe92
								
							
						
					
					
						commit
						cf7df84cab
					
				| @ -40,7 +40,7 @@ import eu.siacs.conversations.xmpp.stanzas.MessagePacket; | |||||||
| 
 | 
 | ||||||
| public class MessageParser extends AbstractParser implements OnMessagePacketReceived { | public class MessageParser extends AbstractParser implements OnMessagePacketReceived { | ||||||
| 
 | 
 | ||||||
| 	private static final List<String> CLIENTS_SENDING_HTML_IN_OTR = Arrays.asList(new String[]{"Pidgin","Adium"}); | 	private static final List<String> CLIENTS_SENDING_HTML_IN_OTR = Arrays.asList("Pidgin","Adium","Trillian"); | ||||||
| 
 | 
 | ||||||
| 	public MessageParser(XmppConnectionService service) { | 	public MessageParser(XmppConnectionService service) { | ||||||
| 		super(service); | 		super(service); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Daniel Gultsch
						Daniel Gultsch