<?xml version="1.0" standalone="no"?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<!-- Der Name, der auf dem iPhone erscheint -->
<name replace-wildcards="yes">NAMEHIERINGEBEN</name>
<service>
<type>_ipp._tcp</type>
<subtype>_universal._sub._ipp._tcp</subtype>
<port>631</port>
<!-- WICHTIG: rp muss exakt dein CUPS-Queue-Name sein -->
<txt-record>rp=printers/NAMEAUSCUPS</txt-record>
<!-- Admin-URL (IP des Pi) -->
<txt-record>adminurl=http://PI-IP:631/printers/NAMEAUSCUPS</txt-record>
<!-- Zeigt dem iPhone an: "Ich bin ein echter Drucker" -->
<txt-record>ty=NAMEAUSCUPS</txt-record>
<txt-record>product=(NAMEAUSCUPS)</txt-record>
<!-- Priorität (höher = weiter oben in der Liste) -->
<txt-record>priority=100</txt-record>
<!-- Fähigkeiten: Farbe, Duplex, Sortieren -->
<txt-record>Color=T</txt-record>
<txt-record>Duplex=T</txt-record>
<txt-record>Sort=T</txt-record>
<!-- Papierformat und Formate (PDF/JPEG wichtig für AirPrint) -->
<txt-record>paper-max=iso-a4</txt-record>
<txt-record>pdl=application/pdf,image/jpeg,image/urf,application/ipp</txt-record>
<txt-record>URF=DM3</txt-record>
<!-- Technische Parameter für AirPrint -->
<txt-record>txtvers=1</txt-record>
<txt-record>qtotal=1</txt-record>
<txt-record>Transparent=T</txt-record>
<txt-record>Binary=T</txt-record>
</service>
</service-group>