97ef9d7fb9
no more stalling while waiting for a disco info while sending a message.
12 lines
499 B
Python
12 lines
499 B
Python
from . basetabs import Tab, ChatTab, GapTab, OneToOneTab
|
|
from . basetabs import STATE_PRIORITY
|
|
from . rostertab import RosterInfoTab
|
|
from . muctab import MucTab, NS_MUC_USER
|
|
from . privatetab import PrivateTab
|
|
from . conversationtab import ConversationTab, StaticConversationTab,\
|
|
DynamicConversationTab
|
|
from . xmltab import XMLTab
|
|
from . listtab import ListTab
|
|
from . muclisttab import MucListTab
|
|
from . adhoc_commands_list import AdhocCommandsListTab
|
|
from . data_forms import DataFormsTab
|