Changeset cb54527 for perl/lib/Net/Jabber/Dialback/Result.pm
- Timestamp:
- Mar 26, 2007, 9:04:54 PM (16 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:
- 4c2ec6c
- Parents:
- 18a99d2
- git-author:
- Nelson Elhage <nelhage@mit.edu> (03/26/07 21:04:37)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (03/26/07 21:04:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/lib/Net/Jabber/Dialback/Result.pm
r0ff8d110 rcb54527 38 38 the XML::Stream hash. For example: 39 39 40 my $dialback = new Net::Jabber::Dialback::Result(%hash);40 my $dialback = Net::Jabber::Dialback::Result->new(%hash); 41 41 42 42 There has been a change from the old way of handling the callbacks. … … 63 63 use Net::Jabber qw(Server); 64 64 65 $Result = new Net::Jabber::Dialback::Result();65 $Result = Net::Jabber::Dialback::Result->new(); 66 66 67 67 Now you can call the creation functions below to populate the tag before
Note: See TracChangeset
for help on using the changeset viewer.