Adds multiple supported protocols
void addProtocols(Iterable<String> newProtocols) { protocols.addAll(newProtocols); updateLastSeen(); }