<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model name="" userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="1170" systemVersion="11D50b" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
    <entity name="XMPPMessageArchiving_Contact_CoreDataObject" representedClassName="XMPPMessageArchiving_Contact_CoreDataObject" syncable="YES">
        <attribute name="bareJid" optional="YES" transient="YES" syncable="YES"/>
        <attribute name="bareJidStr" attributeType="String" indexed="YES" syncable="YES"/>
        <attribute name="mostRecentMessageBody" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="mostRecentMessageOutgoing" attributeType="Boolean" defaultValueString="NO" syncable="YES"/>
        <attribute name="mostRecentMessageTimestamp" optional="YES" attributeType="Date" indexed="YES" syncable="YES"/>
        <attribute name="streamBareJidStr" attributeType="String" indexed="YES" syncable="YES"/>
    </entity>
    <entity name="XMPPMessageArchiving_Message_CoreDataObject" representedClassName="XMPPMessageArchiving_Message_CoreDataObject" syncable="YES">
        <attribute name="bareJid" optional="YES" transient="YES" syncable="YES"/>
        <attribute name="bareJidStr" attributeType="String" indexed="YES" syncable="YES"/>
        <attribute name="body" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="composing" attributeType="Boolean" defaultValueString="NO" indexed="YES" syncable="YES"/>
        <attribute name="message" optional="YES" transient="YES" syncable="YES"/>
        <attribute name="messageStr" attributeType="String" syncable="YES"/>
        <attribute name="outgoing" attributeType="Boolean" defaultValueString="NO" indexed="YES" syncable="YES"/>
        <attribute name="streamBareJidStr" attributeType="String" indexed="YES" syncable="YES"/>
        <attribute name="thread" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="timestamp" attributeType="Date" indexed="YES" syncable="YES"/>
    </entity>
    <elements>
        <element name="XMPPMessageArchiving_Contact_CoreDataObject" positionX="160" positionY="192" width="128" height="135"/>
        <element name="XMPPMessageArchiving_Message_CoreDataObject" positionX="160" positionY="192" width="128" height="195"/>
    </elements>
</model>