summaryrefslogtreecommitdiff
path: root/net/imcom/files/patch-IMCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'net/imcom/files/patch-IMCom.py')
-rw-r--r--net/imcom/files/patch-IMCom.py26
1 files changed, 0 insertions, 26 deletions
diff --git a/net/imcom/files/patch-IMCom.py b/net/imcom/files/patch-IMCom.py
deleted file mode 100644
index 9d5fc4ee63de..000000000000
--- a/net/imcom/files/patch-IMCom.py
+++ /dev/null
@@ -1,26 +0,0 @@
---- IMCom.py.orig Sat Mar 26 00:34:55 2005
-+++ IMCom.py Sat Mar 26 00:36:17 2005
-@@ -618,7 +618,7 @@
-
- def sendPriority(self, priority):
- self.priority = priority
-- tosend = "<presence type='available'>"\
-+ tosend = "<presence>"\
- "<show>"+self.currentStatus+"</show>"\
- "<priority>"+str(priority)+"</priority>"
- if(self.currentStatusReason != None or self.currentStatusReason != ""):
-@@ -640,12 +640,12 @@
- self.currentStatus = "online"
- self.currentStatusReason = reason
- if(reason == None):
-- tosend = "<presence type='available'>"\
-+ tosend = "<presence>"\
- "<show>online</show>"\
- "<priority>"+priority+"</priority>"\
- "</presence>"
- else:
-- tosend = "<presence type='available'>"\
-+ tosend = "<presence>"\
- "<show>online</show><status>"+self.normalize(reason)+"</status>"\
- "<priority>"+priority+"</priority>"\
- "</presence>"