[OpenSER-Devel] [ openser-Feature Requests-1887727 ] [MSILO] Don't store and notify when "Message Composition"
SourceForge.net
noreply at sourceforge.net
Wed Feb 6 09:22:08 UTC 2008
Feature Requests item #1887727, was opened at 2008-02-06 10:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1887727&group_id=139143
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver devel
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Iñaki Baz (ibc_sf)
Assigned to: Nobody/Anonymous (nobody)
Summary: [MSILO] Don't store and notify when "Message Composition"
Initial Comment:
MSILO sends a MESSAGE notification to the sender (if configured) when a MESAGE is stored. But it shouldn't do it (store and notify sender) if the MESSAGE is a "Message Composition" according to RFC 3994 - "Indication of Message Composition for Instant Messaging".
For example X-Lite uses it.
This feature can be implemented manually in the script by adding:
if ($cT == "application/im-iscomposing+xml")
return(-1); # Don't store this "is typing..." Message
but it would be nice if this feature is included in the core of MSILO.
I don't know if other kind of MESSAGE could be also discarted.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1887727&group_id=139143
More information about the Devel
mailing list