Changeset 413c910 for perl/modules/Jabber/lib/BarnOwl
- Timestamp:
- Jun 25, 2011, 2:15:22 AM (13 years ago)
- Children:
- d9fbfd8
- Parents:
- 8b293ea
- git-author:
- David Benjamin <davidben@mit.edu> (06/25/11 01:42:31)
- git-committer:
- David Benjamin <davidben@mit.edu> (06/25/11 02:15:22)
- Location:
- perl/modules/Jabber/lib/BarnOwl/Module
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm
rc8d9f84 r413c910 10 10 =head1 DESCRIPTION 11 11 12 This module implements Jabber support for barnowl.12 This module implements Jabber support for BarnOwl. 13 13 14 14 =cut … … 36 36 if($IO::Socket::SSL::VERSION eq "0.97") { 37 37 BarnOwl::error("You are using IO::Socket:SSL 0.97, which \n" . 38 "contains bugs causing it not to work with barnowl's\n" .38 "contains bugs causing it not to work with BarnOwl's\n" . 39 39 "Jabber support. We recommend updating to the latest\n" . 40 40 "IO::Socket::SSL from CPAN. \n"); -
perl/modules/Jabber/lib/BarnOwl/Module/Jabber/ConnectionManager.pm
r2cca044 r413c910 8 8 =head1 DESCRIPTION 9 9 10 A class to keep track of all the active connection in the barnowl11 jabber module10 A class to keep track of all the active connection in the BarnOwl 11 Jabber module 12 12 13 13 =cut
Note: See TracChangeset
for help on using the changeset viewer.