@@ -26,13 +26,11 @@ /** * \brief A class for easy handling of JIDs. */ @interface XMPPJID: OFObject { - OFString *_node; - OFString *_domain; - OFString *_resource; + OFString *_node, *_domain, *_resource; } #ifdef OF_HAVE_PROPERTIES /// \brief The JID's localpart @property (copy) OFString *node;