Home
last modified time | relevance | path

Searched refs:webAware (Results 1 – 25 of 31) sorted by relevance

12

/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/
H A Doscarsettings.h39 void setWebAware( bool webAware );
40 bool webAware() const;
H A Dicquserinfo.cpp29 webAware.init( false ); in ICQShortInfo()
42 webAware = ( buffer->getByte() != 0x02 ); in fill()
56 if ( webAware.hasChanged() ) in store()
58 buffer->addLETLV8( 0x030C, ( webAware.get() ) ? 0x01 : 0x00 ); in store()
68 webAware.init( false ); in ICQGeneralUserInfo()
92 webAware = ( buffer->getByte() == 0x01 ); in fill()
177 if ( webAware.hasChanged() ) in store()
179 buffer->addLETLV8( 0x030C, ( webAware.get() ) ? 0x01 : 0x00 ); in store()
801 webAware = (b.getWord() == 0x0001); in fill()
950 if ( webAware.hasChanged() ) in store()
[all …]
H A Dicquserinfo.h68 ICQInfoValue<bool> webAware; // 0=offline, 1=online, 2=not webaware variable
97 ICQInfoValue<bool> webAware; variable
317 ICQInfoValue<bool> webAware; variable
H A Doscarsettings.cpp38 bool Settings::webAware() const in webAware() function in Oscar::Settings
/dports/net-im/licq-osd/licq-f271d55/icq/src/
H A Dprotocolsignal.cpp208 const Licq::UserId& ownerId, bool authorize, bool webAware) in ProtoUpdateSecuritySignal() argument
211 myWebAware(webAware) in ProtoUpdateSecuritySignal()
H A Dicqprotocolplugin.cpp212 bool authorize, bool webAware) in icqSetSecurityInfo() argument
218 pushSignal(new ProtoUpdateSecuritySignal(eventId, ownerId, authorize, webAware)); in icqSetSecurityInfo()
H A Dprotocolsignal.h269 bool authorize, bool webAware);
273 bool webAware() const { return myWebAware; } in webAware() function
H A Dicqprotocolplugin.h72 unsigned long icqSetSecurityInfo(const Licq::UserId& ownerId, bool authorize, bool webAware);
/dports/net-im/licq-qt-gui/licq-f271d55/icq/src/
H A Dprotocolsignal.cpp208 const Licq::UserId& ownerId, bool authorize, bool webAware) in ProtoUpdateSecuritySignal() argument
211 myWebAware(webAware) in ProtoUpdateSecuritySignal()
H A Dicqprotocolplugin.cpp212 bool authorize, bool webAware) in icqSetSecurityInfo() argument
218 pushSignal(new ProtoUpdateSecuritySignal(eventId, ownerId, authorize, webAware)); in icqSetSecurityInfo()
H A Dprotocolsignal.h269 bool authorize, bool webAware);
273 bool webAware() const { return myWebAware; } in webAware() function
H A Dicqprotocolplugin.h72 unsigned long icqSetSecurityInfo(const Licq::UserId& ownerId, bool authorize, bool webAware);
/dports/net-im/licq-icq/licq-f271d55/icq/src/
H A Dprotocolsignal.cpp208 const Licq::UserId& ownerId, bool authorize, bool webAware) in ProtoUpdateSecuritySignal() argument
211 myWebAware(webAware) in ProtoUpdateSecuritySignal()
H A Dicqprotocolplugin.cpp212 bool authorize, bool webAware) in icqSetSecurityInfo() argument
218 pushSignal(new ProtoUpdateSecuritySignal(eventId, ownerId, authorize, webAware)); in icqSetSecurityInfo()
H A Dprotocolsignal.h269 bool authorize, bool webAware);
273 bool webAware() const { return myWebAware; } in webAware() function
H A Dicqprotocolplugin.h72 unsigned long icqSetSecurityInfo(const Licq::UserId& ownerId, bool authorize, bool webAware);
/dports/net-im/licq-jabber/licq-f271d55/icq/src/
H A Dprotocolsignal.cpp208 const Licq::UserId& ownerId, bool authorize, bool webAware) in ProtoUpdateSecuritySignal() argument
211 myWebAware(webAware) in ProtoUpdateSecuritySignal()
H A Dicqprotocolplugin.cpp212 bool authorize, bool webAware) in icqSetSecurityInfo() argument
218 pushSignal(new ProtoUpdateSecuritySignal(eventId, ownerId, authorize, webAware)); in icqSetSecurityInfo()
H A Dprotocolsignal.h269 bool authorize, bool webAware);
273 bool webAware() const { return myWebAware; } in webAware() function
H A Dicqprotocolplugin.h72 unsigned long icqSetSecurityInfo(const Licq::UserId& ownerId, bool authorize, bool webAware);
/dports/net-im/licq/licq-f271d55/icq/src/
H A Dprotocolsignal.cpp208 const Licq::UserId& ownerId, bool authorize, bool webAware) in ProtoUpdateSecuritySignal() argument
211 myWebAware(webAware) in ProtoUpdateSecuritySignal()
H A Dicqprotocolplugin.cpp212 bool authorize, bool webAware) in icqSetSecurityInfo() argument
218 pushSignal(new ProtoUpdateSecuritySignal(eventId, ownerId, authorize, webAware)); in icqSetSecurityInfo()
H A Dprotocolsignal.h269 bool authorize, bool webAware);
273 bool webAware() const { return myWebAware; } in webAware() function
H A Dicqprotocolplugin.h72 unsigned long icqSetSecurityInfo(const Licq::UserId& ownerId, bool authorize, bool webAware);
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/tasks/
H A Dsenddcinfotask.cpp73 if ( client()->settings()->webAware() ) in onGo()

12