ObjXMPP  Diff

Differences From Artifact [b7bd64c83f]:

To Artifact [df58ba3514]:


72
73
74
75
76
77
78
79

80
81
82
83
84
85
86
87
88
89
72
73
74
75
76
77
78

79
80
81

82
83
84
85
86
87
88







-
+


-








#ifdef OF_HAVE_PROPERTIES
@property (readonly, copy) OFString *domain;
#endif

+ lookupWithDomain: (OFString*)domain;
- initWithDomain: (OFString*)domain;
/// \cond internal

- (void)XMPP_lookup;
- (void)XMPP_addEntry: (XMPPSRVEntry*)item;
/// \endcond
@end

@interface XMPPSRVEnumerator: OFEnumerator
{
	OFList *list;
	of_list_object_t *listIter;
	OFList *subListCopy;