Changeset db0ac7e for perl/modules/Jabber/lib/Net
- Timestamp:
- May 3, 2008, 12:52:32 PM (15 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- feabce2
- Parents:
- d9337637 (diff), 811ad93 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- perl/modules/Jabber/lib/Net
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Jabber/lib/Net/Jabber/Data.pm
rc2bed55 rcdd3959 120 120 to go into full detail on each of these functions. Rather I will 121 121 present the functions in a list with a type in the first column to 122 show what they return, or take as ar ugments. Here is the list of122 show what they return, or take as arguments. Here is the list of 123 123 types I will use: 124 124 -
perl/modules/Jabber/lib/Net/Jabber/Protocol.pm
rc2bed55 rcdd3959 940 940 if (!exists($funcHash{set}) && exists($funcHash{get})) 941 941 { 942 croak("The DefineNamespace ar ugments have changed, and I cannot determine the\nnew values automatically for name($name). Please read the man page\nfor Net::Jabber::Namespaces. I apologize for this incompatability.\n");942 croak("The DefineNamespace arguments have changed, and I cannot determine the\nnew values automatically for name($name). Please read the man page\nfor Net::Jabber::Namespaces. I apologize for this incompatability.\n"); 943 943 } 944 944 -
perl/modules/Jabber/lib/Net/XMPP/Debug.pm
rc2bed55 rb7b2a76 189 189 { 190 190 $self->{HANDLE}->autoflush(1); 191 binmode $self->{HANDLE}, ":utf8"; 191 192 $Net::XMPP::Debug::HANDLES{$args{file}} = $self->{HANDLE}; 192 193 } -
perl/modules/Jabber/lib/Net/XMPP/Message.pm
rc2bed55 r8574801 135 135 $Mess->SetMessage(TO=>"bob\@jabber.org", 136 136 Subject=>"Lunch", 137 Bo Dy=>"Let's do lunch!");137 Body=>"Let's do lunch!"); 138 138 $Mess->SetMessage(to=>"bob\@jabber.org", 139 139 from=>"jabber.org",
Note: See TracChangeset
for help on using the changeset viewer.