PHP to API Bridge for Openfire (Jabber)

Associate
Joined
6 Mar 2010
Posts
271
Location
Ipswich, Suffolk
Hi Ladies & Gents,

As part of an ongoing project I'm looking to integrate API authentication into SMF for access to open fire (Jabber)

There is a popular mod called TEA (Temars EVE API) which should do the trick but has become outdated and unstable and proving very difficult to get working.

Does anyone have experience with Openfire or Jabber that could provide some insight on the severity of the job. I'm pretty confident with PHP but this is getting beyond me.

Cheers.
 
Right, I've managed to get somewhere.

I now have a form that when submitted...

a) Calls the API
b) Checks the required conditions (Corp ID in EVE Online)
c) Submits the information to a SQL Database
d) Assigns the correct OpenFire group

I now need to create something to purge invalid API's/Users on a regular basis.

Is security going to be a concern here? I am confus... :confused:
 
Back
Top Bottom