You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/kopete/protocols/jabber/libiris/002_offline_event.patch

18 lines
681 B

? 002_offline_event.patch
Index: iris/xmpp-im/types.cpp
===================================================================
RCS file: /home/kde/kdenetwork/kopete/protocols/jabber/libiris/iris/xmpp-im/types.cpp,v
retrieving revision 1.3
diff -u -p -r1.3 types.cpp
--- iris/xmpp-im/types.cpp 21 May 2004 14:35:44 -0000 1.3
+++ iris/xmpp-im/types.cpp 5 Feb 2005 21:04:44 -0000
@@ -639,6 +639,8 @@ bool Message::fromStanza(const Stanza &s
d->eventList += ComposingEvent;
else if (evtag == "delivered")
d->eventList += DeliveredEvent;
+ else if (evtag == "offline")
+ d->eventList += OfflineEvent;
}
if (d->eventList.isEmpty())
d->eventList += CancelEvent;