Changeset b73ce70 for perl/modules/Jabber/lib
- Timestamp:
- Jan 24, 2009, 9:17:30 PM (16 years ago)
- Branches:
- master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- ce56149
- Parents:
- e8c6d8f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm
rbc7037c rb73ce70 1124 1124 sub process_presence_subscribed { 1125 1125 my ( $sid, $p ) = @_; 1126 queue_admin_msg("ignoring:".$p->GetXML()) ;1126 queue_admin_msg("ignoring:".$p->GetXML()) if BarnOwl::getvar('jabber:spew') eq 'on'; 1127 1127 # RFC 3921 says we should respond to this with a "subscribe" 1128 1128 # but this causes a flood of sub/sub'd presence packets with … … 1134 1134 sub process_presence_unsubscribed { 1135 1135 my ( $sid, $p ) = @_; 1136 queue_admin_msg("ignoring:".$p->GetXML()) ;1136 queue_admin_msg("ignoring:".$p->GetXML()) if BarnOwl::getvar('jabber:spew') eq 'on'; 1137 1137 # RFC 3921 says we should respond to this with a "subscribe" 1138 1138 # but this causes a flood of unsub/unsub'd presence packets with
Note: See TracChangeset
for help on using the changeset viewer.