< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
From the MasterProfile header file: ///enable/disable content validation virtual bool&
validateContentEnabled(); virtual const bool validateContentEnabled() const; ///enable/disable Accept header
validation virtual bool&
validateAcceptEnabled(); virtual const bool validateAcceptEnabled() const; If you enable these settings – (ie. validateContentEnabled() =
true;), then DUM will apply the rules from RFC3261 – section 8.2.3 – see the
validateContent, and validateAccept code in DialogUsageManager for more
details. Scott From:
resiprocate-users-bounces@xxxxxxxxxxxxxxx
[mailto:resiprocate-users-bounces@xxxxxxxxxxxxxxx] On Behalf Of Karlsson Hi all, I do not understand these two functions: |