Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

Add MUC rooms from mysql database

$
0
0

Hi,

 

I would like to add persistent muc rooms in mysql database and I do this using "insert into ofMucRoom values (2, 1379, UNIX_TIMESTAMP() * 1000, UNIX_TIMESTAMP() * 1000, 'testRoom', 'testRoom', 'room for testing', '000000000000000', '000000000000000', 0, 3, 0, 0, 0, 0, NULL, 0, 0, '', 7, 0, 0, 0);". But the problem is that the muc room doesn't appear in admin interface. If I create it with xmpp connection, everything works ok but I would like to avoid doing another socket connection just for a room creation. Am I doing something wrong ?

 

Thanks,

Alex


Viewing all articles
Browse latest Browse all 10742

Trending Articles