Searched refs:QN_SUBSCRIPTION (Results 1 – 3 of 3) sorted by relevance
416 if (StringToSubscriptionState(raw_xml_->Attr(QN_SUBSCRIPTION), in subscription_state()548 xml->HasAttr(QN_SUBSCRIPTION) || in set_raw_xml()751 contact_xml->HasAttr(QN_SUBSCRIPTION) || in RequestRosterChange()777 roster_add.AddAttr(QN_SUBSCRIPTION, "remove", 1); in RequestRosterRemove()1034 if (roster_item->Attr(QN_SUBSCRIPTION) == "remove") { in InternalRosterItems()
289 extern const StaticQName QN_SUBSCRIPTION;
327 const StaticQName QN_SUBSCRIPTION = { STR_EMPTY, "subscription" }; variable