]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Initial commit of msn-plugin work
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Sat, 12 Jun 2010 16:28:43 +0000 (17:28 +0100)
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Sat, 12 Jun 2010 16:30:11 +0000 (17:30 +0100)
commit0264f66d76f6a8e5669d305985f96533a156e9ae
treeb58f3fd01f6334cd2e4aacb126c3c7e9b825f73c
parent004200f95869c640004d920b741fd9f07835a3e2
Initial commit of msn-plugin work
14 files changed:
plugins/Msn/MsnPlugin.php [new file with mode: 0644]
plugins/Msn/Queued_Msn.php [new file with mode: 0644]
plugins/Msn/extlib/phpmsnclass/msn.class.php [new file with mode: 0644]
plugins/Msn/extlib/phpmsnclass/msnbot.php [new file with mode: 0755]
plugins/Msn/extlib/phpmsnclass/sample.php [new file with mode: 0644]
plugins/Msn/extlib/phpmsnclass/soap/.svn/all-wcprops [new file with mode: 0644]
plugins/Msn/extlib/phpmsnclass/soap/.svn/entries [new file with mode: 0644]
plugins/Msn/extlib/phpmsnclass/soap/.svn/text-base/msnab_datatypes.xsd.svn-base [new file with mode: 0644]
plugins/Msn/extlib/phpmsnclass/soap/.svn/text-base/msnab_servicetypes.xsd.svn-base [new file with mode: 0644]
plugins/Msn/extlib/phpmsnclass/soap/.svn/text-base/msnab_sharingservice.wsdl.svn-base [new file with mode: 0644]
plugins/Msn/extlib/phpmsnclass/soap/msnab_datatypes.xsd [new file with mode: 0644]
plugins/Msn/extlib/phpmsnclass/soap/msnab_servicetypes.xsd [new file with mode: 0644]
plugins/Msn/extlib/phpmsnclass/soap/msnab_sharingservice.wsdl [new file with mode: 0644]
plugins/Msn/msnmanager.php [new file with mode: 0644]