Posted by attila75 on October 3, 2007 at 1:57pm
| Project: | XMPP API |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
You should replace the line
require_once dirname(__FILE__).'/lib/server.inc';
with
require_once drupal_get_path('module', 'xmpp') .'/lib/server.inc';
It seems that it is how it is done in Drupal (see e.g. token.module).
Comments
#1
Patch is missing.
#2
Here you go....
#3
This project is dead.
I want this out of my list of issues.